| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Map<LanguageCode,LanguageIdSettings> |
CallAnalyticsJobSettings.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). |
Map<LanguageCode,LanguageIdSettings> |
StartTranscriptionJobRequest.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). |
Map<LanguageCode,LanguageIdSettings> |
TranscriptionJob.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). |
Map<String,LanguageIdSettings> |
CallAnalyticsJobSettings.languageIdSettingsAsStrings()
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> |
StartTranscriptionJobRequest.languageIdSettingsAsStrings()
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.languageIdSettingsAsStrings()
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 |
|---|---|
CallAnalyticsJobSettings.Builder |
CallAnalyticsJobSettings.Builder.languageIdSettings(Map<LanguageCode,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.Builder |
StartTranscriptionJobRequest.Builder.languageIdSettings(Map<LanguageCode,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.Builder |
TranscriptionJob.Builder.languageIdSettings(Map<LanguageCode,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.Builder |
CallAnalyticsJobSettings.Builder.languageIdSettingsWithStrings(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.Builder |
StartTranscriptionJobRequest.Builder.languageIdSettingsWithStrings(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.Builder |
TranscriptionJob.Builder.languageIdSettingsWithStrings(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.