| 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)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are
generated.
|
Subtitles |
Subtitles.withFormats(SubtitleFormat... formats)
Specify the output format for your subtitle file.
|
Copyright © 2022. All rights reserved.