settings
construct an aws.sdk.kotlin.services.transcribe.model.Settings inside the given block
Specify additional optional settings in your request, including channel identification, alternative transcriptions, speaker partitioning. You can use that to apply custom vocabularies and vocabulary filters.
If you want to include a custom vocabulary or a custom vocabulary filter (or both) with your request but do not want to use automatic language identification, use Settings
with the VocabularyName
or VocabularyFilterName
(or both) sub-parameter.
If you're using automatic language identification with your request and want to include a custom language model, a custom vocabulary, or a custom vocabulary filter, use instead the `` parameter with the LanguageModelName
, VocabularyName
or VocabularyFilterName
sub-parameters.