Uses of Class
software.amazon.awssdk.services.transcribe.model.LanguageIdSettings
-
Packages that use LanguageIdSettings Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of LanguageIdSettings in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type LanguageIdSettings Modifier and Type Method 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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).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<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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).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.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type LanguageIdSettings Modifier and Type Method Description CallAnalyticsJobSettings.BuilderCallAnalyticsJobSettings.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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).TranscriptionJob.BuilderTranscriptionJob.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.CallAnalyticsJobSettings.BuilderCallAnalyticsJobSettings.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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.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, includeLanguageIdSettingswith the relevant sub-parameters (VocabularyName,LanguageModelName, andVocabularyFilterName).TranscriptionJob.BuilderTranscriptionJob.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.
-