public static interface Subtitles.Builder extends SdkPojo, CopyableBuilder<Subtitles.Builder,Subtitles>
| Modifier and Type | Method and Description |
|---|---|
Subtitles.Builder |
formats(Collection<SubtitleFormat> formats)
Specify the output format for your subtitle file; if you select both
srt and vtt
formats, two output files are generated. |
Subtitles.Builder |
formats(SubtitleFormat... formats)
Specify the output format for your subtitle file; if you select both
srt and vtt
formats, two output files are generated. |
Subtitles.Builder |
formatsWithStrings(Collection<String> formats)
Specify the output format for your subtitle file; if you select both
srt and vtt
formats, two output files are generated. |
Subtitles.Builder |
formatsWithStrings(String... formats)
Specify the output format for your subtitle file; if you select both
srt and vtt
formats, two output files are generated. |
Subtitles.Builder |
outputStartIndex(Integer outputStartIndex)
Defines the starting value that is assigned to the first subtitle segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubtitles.Builder formatsWithStrings(Collection<String> formats)
Specify the output format for your subtitle file; if you select both srt and vtt
formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both srt and
vtt formats, two output files are generated.Subtitles.Builder formatsWithStrings(String... formats)
Specify the output format for your subtitle file; if you select both srt and vtt
formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both srt and
vtt formats, two output files are generated.Subtitles.Builder formats(Collection<SubtitleFormat> formats)
Specify the output format for your subtitle file; if you select both srt and vtt
formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both srt and
vtt formats, two output files are generated.Subtitles.Builder formats(SubtitleFormat... formats)
Specify the output format for your subtitle file; if you select both srt and vtt
formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both srt and
vtt formats, two output files are generated.Subtitles.Builder outputStartIndex(Integer outputStartIndex)
Defines 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.
outputStartIndex - Defines 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.
Copyright © 2022. All rights reserved.