public static interface LanguageIdSettings.Builder extends SdkPojo, CopyableBuilder<LanguageIdSettings.Builder,LanguageIdSettings>
| Modifier and Type | Method and Description |
|---|---|
LanguageIdSettings.Builder |
languageModelName(String languageModelName)
The name of the language model you want to use when transcribing your audio.
|
LanguageIdSettings.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to use when transcribing your audio.
|
LanguageIdSettings.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary you want to use when processing your transcription job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLanguageIdSettings.Builder vocabularyName(String vocabularyName)
The name of the vocabulary you want to use when processing your transcription job. The vocabulary you specify must have the same language codes as the transcription job; if the languages don't match, the vocabulary isn't applied.
vocabularyName - The name of the vocabulary you want to use when processing your transcription job. The vocabulary you
specify must have the same language codes as the transcription job; if the languages don't match, the
vocabulary isn't applied.LanguageIdSettings.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter you want to use when transcribing your audio. The filter you specify must have the same language codes as the transcription job; if the languages don't match, the vocabulary filter isn't be applied.
vocabularyFilterName - The name of the vocabulary filter you want to use when transcribing your audio. The filter you specify
must have the same language codes as the transcription job; if the languages don't match, the
vocabulary filter isn't be applied.LanguageIdSettings.Builder languageModelName(String languageModelName)
The name of the language model you want to use when transcribing your audio. The model you specify must have the same language codes as the transcription job; if the languages don't match, the language model isn't be applied.
languageModelName - The name of the language model you want to use when transcribing your audio. The model you specify
must have the same language codes as the transcription job; if the languages don't match, the language
model isn't be applied.Copyright © 2022. All rights reserved.