public static interface SubtitlesOutput.Builder extends SdkPojo, CopyableBuilder<SubtitlesOutput.Builder,SubtitlesOutput>
| Modifier and Type | Method and Description |
|---|---|
SubtitlesOutput.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.
|
SubtitlesOutput.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.
|
SubtitlesOutput.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.
|
SubtitlesOutput.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.
|
SubtitlesOutput.Builder |
subtitleFileUris(Collection<String> subtitleFileUris)
Choose the output location for your subtitle file.
|
SubtitlesOutput.Builder |
subtitleFileUris(String... subtitleFileUris)
Choose the output location for your subtitle file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubtitlesOutput.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.SubtitlesOutput.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.SubtitlesOutput.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.SubtitlesOutput.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.SubtitlesOutput.Builder subtitleFileUris(Collection<String> subtitleFileUris)
Choose the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Choose the output location for your subtitle file. This location must be an S3 bucket.SubtitlesOutput.Builder subtitleFileUris(String... subtitleFileUris)
Choose the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Choose the output location for your subtitle file. This location must be an S3 bucket.Copyright © 2022. All rights reserved.