| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LanguageCode |
UpdateVocabularyRequest.languageCode()
The language code of the vocabulary entries.
|
LanguageCode |
GetVocabularyResponse.languageCode()
The language code of the vocabulary entries.
|
LanguageCode |
CreateVocabularyResponse.languageCode()
The language code of the vocabulary entries.
|
LanguageCode |
TranscriptionJob.languageCode()
The language code for the input speech.
|
LanguageCode |
VocabularyInfo.languageCode()
The language code of the vocabulary entries.
|
LanguageCode |
UpdateVocabularyResponse.languageCode()
The language code of the vocabulary entries.
|
LanguageCode |
CreateVocabularyRequest.languageCode()
The language code of the vocabulary entries.
|
LanguageCode |
TranscriptionJobSummary.languageCode()
The language code for the input speech.
|
LanguageCode |
StartTranscriptionJobRequest.languageCode()
The language code for the language used in the input media file.
|
static LanguageCode |
LanguageCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageCode[] |
LanguageCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LanguageCode> |
LanguageCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateVocabularyRequest.Builder |
UpdateVocabularyRequest.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
GetVocabularyResponse.Builder |
GetVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyResponse.Builder |
CreateVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.languageCode(LanguageCode languageCode)
The language code for the input speech.
|
VocabularyInfo.Builder |
VocabularyInfo.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResponse.Builder |
UpdateVocabularyResponse.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCode(LanguageCode languageCode)
The language code for the input speech.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.languageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
Copyright © 2019. All rights reserved.