Uses of Interface
software.amazon.awssdk.services.transcribe.model.SubtitlesOutput.Builder
-
Packages that use SubtitlesOutput.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of SubtitlesOutput.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return SubtitlesOutput.Builder Modifier and Type Method Description static SubtitlesOutput.BuilderSubtitlesOutput. builder()SubtitlesOutput.BuilderSubtitlesOutput.Builder. formats(Collection<SubtitleFormat> formats)Provides the format of your subtitle files.SubtitlesOutput.BuilderSubtitlesOutput.Builder. formats(SubtitleFormat... formats)Provides the format of your subtitle files.SubtitlesOutput.BuilderSubtitlesOutput.Builder. formatsWithStrings(String... formats)Provides the format of your subtitle files.SubtitlesOutput.BuilderSubtitlesOutput.Builder. formatsWithStrings(Collection<String> formats)Provides the format of your subtitle files.SubtitlesOutput.BuilderSubtitlesOutput.Builder. outputStartIndex(Integer outputStartIndex)Provides the start index value for your subtitle files.SubtitlesOutput.BuilderSubtitlesOutput.Builder. subtitleFileUris(String... subtitleFileUris)The Amazon S3 location of your transcript.SubtitlesOutput.BuilderSubtitlesOutput.Builder. subtitleFileUris(Collection<String> subtitleFileUris)The Amazon S3 location of your transcript.SubtitlesOutput.BuilderSubtitlesOutput. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type SubtitlesOutput.Builder Modifier and Type Method Description static Class<? extends SubtitlesOutput.Builder>SubtitlesOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type SubtitlesOutput.Builder Modifier and Type Method Description default TranscriptionJob.BuilderTranscriptionJob.Builder. subtitles(Consumer<SubtitlesOutput.Builder> subtitles)Indicates whether subtitles were generated with your transcription.
-