Values.SubtitlesSourceGenerate subtitles for your media file with your transcription request. You can choose a start index of 0 or 1, and you can specify either WebVTT or SubRip (or both) as your output format. Note that your subtitle files are placed in the same location as your transcription output.
type nonrec t = {formats : SubtitleFormats.t option;Specify the output format for your subtitle file; if you select both WebVTT (vtt) and SubRip (srt) formats, two output files are generated.
*)outputStartIndex : SubtitleOutputStartIndex.t option;Specify the starting value that is assigned to the first subtitle segment. The default start index for Amazon Transcribe is 0, which differs from the more widely used standard of 1. If you're uncertain which value to use, we recommend choosing 1, as this may improve compatibility with other services.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of SubtitleOutputStartIndex.t
| `List of [> `Enum of string ] list ])
list ]