public static interface SubtitlesOutput.Builder extends SdkPojo, CopyableBuilder<SubtitlesOutput.Builder,SubtitlesOutput>
| Modifier and Type | Method and Description |
|---|---|
SubtitlesOutput.Builder |
formats(Collection<SubtitleFormat> formats)
The format of your subtitle files.
|
SubtitlesOutput.Builder |
formats(SubtitleFormat... formats)
The format of your subtitle files.
|
SubtitlesOutput.Builder |
formatsWithStrings(Collection<String> formats)
The format of your subtitle files.
|
SubtitlesOutput.Builder |
formatsWithStrings(String... formats)
The format of your subtitle files.
|
SubtitlesOutput.Builder |
outputStartIndex(Integer outputStartIndex)
Shows the output start index value for your subtitle files.
|
SubtitlesOutput.Builder |
subtitleFileUris(Collection<String> subtitleFileUris)
Contains the output location for your subtitle file.
|
SubtitlesOutput.Builder |
subtitleFileUris(String... subtitleFileUris)
Contains the output location for your subtitle file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubtitlesOutput.Builder formatsWithStrings(Collection<String> formats)
The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and
vtt formats, both formats are shown.SubtitlesOutput.Builder formatsWithStrings(String... formats)
The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and
vtt formats, both formats are shown.SubtitlesOutput.Builder formats(Collection<SubtitleFormat> formats)
The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and
vtt formats, both formats are shown.SubtitlesOutput.Builder formats(SubtitleFormat... formats)
The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and
vtt formats, both formats are shown.SubtitlesOutput.Builder subtitleFileUris(Collection<String> subtitleFileUris)
Contains the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Contains the output location for your subtitle file. This location must be an S3 bucket.SubtitlesOutput.Builder subtitleFileUris(String... subtitleFileUris)
Contains the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Contains the output location for your subtitle file. This location must be an S3 bucket.SubtitlesOutput.Builder outputStartIndex(Integer outputStartIndex)
Shows the output start index value for your subtitle files. If you did not specify a value in your request,
the default value of 0 is used.
outputStartIndex - Shows the output start index value for your subtitle files. If you did not specify a value in your
request, the default value of 0 is used.Copyright © 2022. All rights reserved.