ITranscribeSubtitles
Interface in AWS.Transcribe
Interface for Subtitles.
Properties
Formats
property Formats: TList<string>
Specify the output formats for subtitles.
Valid values: srt | vtt. If moth formats, WebVTT (vtt) and SubRip (srt), two output files will be generated.
OutputStartIndex
property OutputStartIndex: TOptional<Integer>
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. Choosing 1 may improve compatibility with other services.
Methods
AddFormat
function AddFormat(const AFormat: string): Integer;
Add a subtitle format to Formats.
Parameters
| Name | Description |
|---|---|
AFormat | Specify a subtitle format. Valid values:|. |
Returns
Returns the index of the format added to Formats.