| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
LanguageIdSettings |
LanguageIdSettings.clone() |
LanguageIdSettings |
LanguageIdSettings.withLanguageModelName(String languageModelName)
The name of the custom language model you want to use when processing your transcription job.
|
LanguageIdSettings |
LanguageIdSettings.withVocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you want to use when processing your transcription job.
|
LanguageIdSettings |
LanguageIdSettings.withVocabularyName(String vocabularyName)
The name of the custom vocabulary you want to use when processing your transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,LanguageIdSettings> |
StartTranscriptionJobRequest.getLanguageIdSettings()
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
Map<String,LanguageIdSettings> |
TranscriptionJob.getLanguageIdSettings()
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
Map<String,LanguageIdSettings> |
CallAnalyticsJobSettings.getLanguageIdSettings()
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
| Modifier and Type | Method and Description |
|---|---|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.addLanguageIdSettingsEntry(String key,
LanguageIdSettings value)
Add a single LanguageIdSettings entry
|
TranscriptionJob |
TranscriptionJob.addLanguageIdSettingsEntry(String key,
LanguageIdSettings value)
Add a single LanguageIdSettings entry
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.addLanguageIdSettingsEntry(String key,
LanguageIdSettings value)
Add a single LanguageIdSettings entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTranscriptionJobRequest.setLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
void |
TranscriptionJob.setLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
void |
CallAnalyticsJobSettings.setLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
TranscriptionJob |
TranscriptionJob.withLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification (
IdentifyLanguage) in your request and you want to apply
a custom language model, a custom vocabulary, or a custom vocabulary filter, include
LanguageIdSettings with the relevant sub-parameters (VocabularyName,
LanguageModelName, and VocabularyFilterName). |
Copyright © 2022. All rights reserved.