| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static SubtitleFormat |
SubtitleFormat.fromValue(String value)
Use this in place of valueOf.
|
static SubtitleFormat |
SubtitleFormat.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.
|
| Modifier and Type | Method and Description |
|---|---|
SubtitlesOutput |
SubtitlesOutput.withFormats(SubtitleFormat... formats)
Provides the format of your subtitle files.
|
Subtitles |
Subtitles.withFormats(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. |
Copyright © 2024. All rights reserved.