| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static LanguageCode |
LanguageCode.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
CreateVocabularyFilterRequest |
CreateVocabularyFilterRequest.withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withLanguageCode(LanguageCode languageCode)
The language code for the language spoken in the source audio file.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyFilterResult |
CreateVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code of the words in the collection.
|
GetVocabularyFilterResult |
GetVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
|
GetVocabularyResult |
GetVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
TranscriptionJobSummary |
TranscriptionJobSummary.withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
UpdateVocabularyFilterResult |
UpdateVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyInfo |
VocabularyInfo.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code for the entries in your custom vocabulary.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code for the language used for the entries in your custom vocabulary.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
CreateVocabularyResult |
CreateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
StartMedicalTranscriptionJobRequest |
StartMedicalTranscriptionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code for the language spoken in the input media file.
|
TranscriptionJob |
TranscriptionJob.withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code for the language used in the input media file.
|
MedicalTranscriptionJobSummary |
MedicalTranscriptionJobSummary.withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
TranscriptionJob |
TranscriptionJob.withLanguageOptions(LanguageCode... languageOptions)
An object that shows the optional array of languages inputted for transcription jobs with automatic language
identification enabled.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageOptions(LanguageCode... languageOptions)
An object containing a list of languages that might be present in your collection of audio files.
|
Copyright © 2021. All rights reserved.