Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 2.11 KB

PerformTranscriptionBody.md

File metadata and controls

15 lines (12 loc) · 2.11 KB

PerformTranscriptionBody

Properties

Name Type Description Notes
job_id String The ID of the job [default to null]
transcription_fidelity String The desired fidelity of the transcription [default to null]
priority String The desired priority of the transcription [default to null]
callback_url String A URL with query string which will be called on completion. If submitting the callback_url as a query string parameter, rather than a value in the POST data, the callback_url should be URL encoded. The callback URL can contain tags that will be replaced with job specific data when the callback is called. Below is the list of tags that are supported: {job_id}, {job_name}, {elementlist_version}, {iwp_name} (The Interim Work Product name associated with this ElementList version) [optional] [default to null]
options String A job options json. See JobOptions object for details. [optional] [default to null]
target_language String An RFC 5646 language code to translate this job into. If not specified, then no translation will be performed. If specified, but the language code specified matches the language code on the job request, then no translation will be performed. [optional] [default to null]
turnaround_hours Integer The number of hours after submission that the job will be returned. If not specified, it will be set to a default based on the value of the priority parameter. The defaults are 24 and 48 for the PRIORITY and STANDARD priorities respectively. If you request a smaller number of hours than the default for the priority you have selected, the priority will be automatically changed. For example if you request a turnaround_hours of 16 with a priority of STANDARD, the priority will be automatically, and silently, changed to PRIORITY. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]