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 WebVTT (
vtt) and SubRip (
srt) formats, two output files are generated. |
Subtitles.Builder |
formats(SubtitleFormat... formats)
Specify the output format for your subtitle file; if you select both WebVTT (
vtt) and SubRip (
srt) formats, two output files are generated. |
Subtitles.Builder |
formatsWithStrings(Collection<String> formats)
Specify the output format for your subtitle file; if you select both WebVTT (
vtt) and SubRip (
srt) formats, two output files are generated. |
Subtitles.Builder |
formatsWithStrings(String... formats)
Specify the output format for your subtitle file; if you select both WebVTT (
vtt) and SubRip (
srt) formats, two output files are generated. |
Subtitles.Builder |
outputStartIndex(Integer outputStartIndex)
Specify 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 WebVTT (vtt) and SubRip (
srt) formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both WebVTT (vtt) and
SubRip (srt) formats, two output files are generated.Subtitles.Builder formatsWithStrings(String... formats)
Specify the output format for your subtitle file; if you select both WebVTT (vtt) and SubRip (
srt) formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both WebVTT (vtt) and
SubRip (srt) formats, two output files are generated.Subtitles.Builder formats(Collection<SubtitleFormat> formats)
Specify the output format for your subtitle file; if you select both WebVTT (vtt) and SubRip (
srt) formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both WebVTT (vtt) and
SubRip (srt) formats, two output files are generated.Subtitles.Builder formats(SubtitleFormat... formats)
Specify the output format for your subtitle file; if you select both WebVTT (vtt) and SubRip (
srt) formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both WebVTT (vtt) and
SubRip (srt) formats, two output files are generated.Subtitles.Builder outputStartIndex(Integer outputStartIndex)
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.
outputStartIndex - 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.
Copyright © 2023. All rights reserved.