| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
LanguageCodeItem |
LanguageCodeItem.clone() |
LanguageCodeItem |
LanguageCodeItem.withDurationInSeconds(Float durationInSeconds)
Provides the total time, in seconds, each identified language is spoken in your media.
|
LanguageCodeItem |
LanguageCodeItem.withLanguageCode(LanguageCode languageCode)
Provides the language code for each language identified in your media.
|
LanguageCodeItem |
LanguageCodeItem.withLanguageCode(String languageCode)
Provides the language code for each language identified in your media.
|
| Modifier and Type | Method and Description |
|---|---|
List<LanguageCodeItem> |
TranscriptionJob.getLanguageCodes()
The language codes used to create your transcription job.
|
List<LanguageCodeItem> |
TranscriptionJobSummary.getLanguageCodes()
The language codes used to create your transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJob |
TranscriptionJob.withLanguageCodes(LanguageCodeItem... languageCodes)
The language codes used to create your transcription job.
|
TranscriptionJobSummary |
TranscriptionJobSummary.withLanguageCodes(LanguageCodeItem... languageCodes)
The language codes used to create your transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptionJob.setLanguageCodes(Collection<LanguageCodeItem> languageCodes)
The language codes used to create your transcription job.
|
void |
TranscriptionJobSummary.setLanguageCodes(Collection<LanguageCodeItem> languageCodes)
The language codes used to create your transcription job.
|
TranscriptionJob |
TranscriptionJob.withLanguageCodes(Collection<LanguageCodeItem> languageCodes)
The language codes used to create your transcription job.
|
TranscriptionJobSummary |
TranscriptionJobSummary.withLanguageCodes(Collection<LanguageCodeItem> languageCodes)
The language codes used to create your transcription job.
|
Copyright © 2024. All rights reserved.