| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Map<LanguageCode,LanguageIdSettings> |
CallAnalyticsJobSettings.languageIdSettings()
If using automatic language identification 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()
Provides the name and language of all custom language models, custom vocabularies, and custom vocabulary filters
that you included in your request.
|
Map<LanguageCode,LanguageIdSettings> |
StartTranscriptionJobRequest.languageIdSettings()
If using automatic language identification 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 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()
Provides the name and language of all custom language models, custom vocabularies, and custom vocabulary filters
that you included in your request.
|
Map<String,LanguageIdSettings> |
StartTranscriptionJobRequest.languageIdSettingsAsStrings()
If using automatic language identification 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 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)
Provides the name and language of all custom language models, custom vocabularies, and custom vocabulary
filters that you included in your request.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.languageIdSettings(Map<LanguageCode,LanguageIdSettings> languageIdSettings)
If using automatic language identification 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 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)
Provides the name and language of all custom language models, custom vocabularies, and custom vocabulary
filters that you included in your request.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.languageIdSettingsWithStrings(Map<String,LanguageIdSettings> languageIdSettings)
If using automatic language identification 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.