Microsoft Azure Attach Transcription Workflow Operation
ID: microsoft-azure-attach-transcription
Description
Microsoft Azure attach transcription adds the captions file generated by microsoft-azure-start-transcription to the media package.
Parameter Table
configuration keys | required | description | default value | example |
---|---|---|---|---|
transcription-job-id | yes | This is filled out by the transcription service when starting the workflow. | EMPTY | Should always be "${transcriptionJobId}" |
target-flavor | yes | The flavor of the caption/transcription file generated. | EMPTY | captions/source |
target-tag | no | The tag to apply to the caption/transcription file generated.* | EMPTY | archive,generator-type:auto |
auto-set-language-tag | no | If autodetection was used, set a tag with the autodetected language. | false | true |
target-element-type | no | Define where to append the subtitles file. Accepted values: 'track', 'attachment'. | track | track |
*For conventionally used tags see the general page on Subtitles.
Example
<operation
id="microsoft-azure-attach-transcription"
description="Attach captions/transcription">
<configurations>
<!-- This is filled out by the transcription service when starting this workflow -->
<configuration key="transcription-job-id">${transcriptionJobId}</configuration>
<configuration key="target-flavor">captions/source</configuration>
<configuration key="target-tag">archive,generator-type:auto</configuration>
</configurations>
</operation>