TranscriptRequest
Request to start automatic transcription.
Property Reference
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
align |
✘ |
Boolean |
Run transcription in alignment mode, in which the alignInput will become the transcript. |
|
alignInput |
✘ |
String |
Text to use for transcription alignment. |
|
dictionaryId |
✘ |
Long |
Id of the dictionary to use during transcription. |
int64 |
language |
✘ |
String |
Language code to use for transcription. The code has to be supported by the speechEngine. |
|
numberOfSpeakers |
✘ |
Long |
How many speakers are expected. Usage depends on the speechEngine. |
int64 |
redo |
✘ |
Boolean |
Run again, even if the workflow already ran in this context. |
|
redoSingleTask |
✘ |
Boolean |
||
skipActiveWorkflowTest |
✘ |
Boolean |
||
speechEngine |
✘ |
String |
Which speech engine should be used for transcription. |
Enum: VOLDEMORT, KALDI, VOLDEMORT2, VOLDEMORT3, VOLDEMORT4, VOLDEMORT5, |
subtitle |
✘ |
Boolean |
After the transcript is generated, also create a Subtitle annotation from it. |
|
subtitlePresetId |
✘ |
String |
When subtitle is true, create subtitles using this subtitle preset. |
|
subtitlingConfiguration |
✘ |
subtitlingConfiguration |
||
transcriptConfiguration |
✘ |
transcriptConfiguration |
||
waitForWorkflow |
✘ |
Boolean |
align, alignInput
See align transcript.