| 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 |
|---|---|
TranscriptionJobSummary |
TranscriptionJobSummary.withLanguageCode(LanguageCode languageCode)
The language code used to create your transcription.
|
MedicalTranscriptionJobSummary |
MedicalTranscriptionJobSummary.withLanguageCode(LanguageCode languageCode)
The language code used to create your medical transcription.
|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withLanguageCode(LanguageCode languageCode)
The language code used to create your medical transcription job.
|
CallAnalyticsJob |
CallAnalyticsJob.withLanguageCode(LanguageCode languageCode)
The language code used to create your Call Analytics job.
|
UpdateVocabularyFilterResult |
UpdateVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
UpdateMedicalVocabularyResult |
UpdateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
UpdateMedicalVocabularyRequest |
UpdateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language spoken in the input media file.
|
StartMedicalTranscriptionJobRequest |
StartMedicalTranscriptionJobRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language spoken in the input media file.
|
GetVocabularyResult |
GetVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
GetMedicalVocabularyResult |
GetMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
CreateVocabularyFilterResult |
CreateVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
CreateVocabularyFilterRequest |
CreateVocabularyFilterRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your vocabulary filter.
|
CreateVocabularyResult |
CreateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
CreateMedicalVocabularyResult |
CreateMedicalVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
CreateMedicalVocabularyRequest |
CreateMedicalVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
VocabularyFilterInfo |
VocabularyFilterInfo.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your vocabulary filter.
|
GetVocabularyFilterResult |
GetVocabularyFilterResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
UpdateVocabularyResult |
UpdateVocabularyResult.withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary.
|
VocabularyInfo |
VocabularyInfo.withLanguageCode(LanguageCode languageCode)
The language code used to create your custom vocabulary.
|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withLanguageCode(LanguageCode languageCode)
The language code used to create your Call Analytics transcription.
|
LanguageCodeItem |
LanguageCodeItem.withLanguageCode(LanguageCode languageCode)
Provides the language code for each language identified in your media.
|
TranscriptionJob |
TranscriptionJob.withLanguageCode(LanguageCode languageCode)
The language code used to create your transcription job.
|
UpdateVocabularyRequest |
UpdateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
CreateVocabularyRequest |
CreateVocabularyRequest.withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in your custom vocabulary.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withLanguageOptions(LanguageCode... languageOptions)
You can specify two or more language codes that represent the languages you think may be present in your media.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageOptions(LanguageCode... languageOptions)
You can specify two or more language codes that represent the languages you think may be present in your media.
|
TranscriptionJob |
TranscriptionJob.withLanguageOptions(LanguageCode... languageOptions)
Provides the language codes you specified in your request.
|
Copyright © 2024. All rights reserved.