Uses of Class
software.amazon.awssdk.services.transcribe.model.SubtitleFormat
-
Packages that use SubtitleFormat Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of SubtitleFormat in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return SubtitleFormat Modifier and Type Method Description static SubtitleFormatSubtitleFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SubtitleFormatSubtitleFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SubtitleFormat[]SubtitleFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type SubtitleFormat Modifier and Type Method Description List<SubtitleFormat>Subtitles. formats()Specify the output format for your subtitle file; if you select both WebVTT (vtt) and SubRip (srt) formats, two output files are generated.List<SubtitleFormat>SubtitlesOutput. formats()Provides the format of your subtitle files.static Set<SubtitleFormat>SubtitleFormat. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type SubtitleFormat Modifier and Type Method Description Subtitles.BuilderSubtitles.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.SubtitlesOutput.BuilderSubtitlesOutput.Builder. formats(SubtitleFormat... formats)Provides the format of your subtitle files.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type SubtitleFormat Modifier and Type Method Description Subtitles.BuilderSubtitles.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.SubtitlesOutput.BuilderSubtitlesOutput.Builder. formats(Collection<SubtitleFormat> formats)Provides the format of your subtitle files.
-