| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
SubtitlesOutput |
SubtitlesOutput.clone() |
SubtitlesOutput |
TranscriptionJob.getSubtitles()
Indicates whether subtitles were generated with your transcription.
|
SubtitlesOutput |
SubtitlesOutput.withFormats(Collection<String> formats)
Provides the format of your subtitle files.
|
SubtitlesOutput |
SubtitlesOutput.withFormats(String... formats)
Provides the format of your subtitle files.
|
SubtitlesOutput |
SubtitlesOutput.withFormats(SubtitleFormat... formats)
Provides the format of your subtitle files.
|
SubtitlesOutput |
SubtitlesOutput.withOutputStartIndex(Integer outputStartIndex)
Provides the start index value for your subtitle files.
|
SubtitlesOutput |
SubtitlesOutput.withSubtitleFileUris(Collection<String> subtitleFileUris)
The Amazon S3 location of your transcript.
|
SubtitlesOutput |
SubtitlesOutput.withSubtitleFileUris(String... subtitleFileUris)
The Amazon S3 location of your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptionJob.setSubtitles(SubtitlesOutput subtitles)
Indicates whether subtitles were generated with your transcription.
|
TranscriptionJob |
TranscriptionJob.withSubtitles(SubtitlesOutput subtitles)
Indicates whether subtitles were generated with your transcription.
|
Copyright © 2023. All rights reserved.