Struct aws_sdk_transcribe::model::call_analytics_job_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CallAnalyticsJobSettings
Implementations
The name of a vocabulary to use when processing the call analytics job.
The name of a vocabulary to use when processing the call analytics job.
The name of the vocabulary filter to use when running a call analytics job. The filter that you specify must have the same language code as the analytics job.
The name of the vocabulary filter to use when running a call analytics job. The filter that you specify must have the same language code as the analytics job.
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text.
Set to remove to remove filtered text from the transcript without using placeholder text. Set to
tag to mark the word in the transcription output that matches the vocabulary filter. When you set the
filter method to tag, the words matching your vocabulary filter are not masked or removed.
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text.
Set to remove to remove filtered text from the transcript without using placeholder text. Set to
tag to mark the word in the transcription output that matches the vocabulary filter. When you set the
filter method to tag, the words matching your vocabulary filter are not masked or removed.
The structure used to describe a custom language model.
The structure used to describe a custom language model.
Settings for content redaction within a transcription job.
Settings for content redaction within a transcription job.
Appends an item to language_options.
To override the contents of this collection use set_language_options.
When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you.
To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. Refer to Supported languages and language-specific features for additional information.
When you run a call analytics job, you can specify the language spoken in the audio, or you can have Amazon Transcribe identify the language for you.
To specify a language, specify an array with one language code. If you don't know the language, you can leave this field blank and Amazon Transcribe will use machine learning to identify the language for you. To improve the ability of Amazon Transcribe to correctly identify the language, you can provide an array of the languages that can be present in the audio. Refer to Supported languages and language-specific features for additional information.
pub fn language_id_settings(
self,
k: impl Into<LanguageCode>,
v: impl Into<LanguageIdSettings>
) -> Self
pub fn language_id_settings(
self,
k: impl Into<LanguageCode>,
v: impl Into<LanguageIdSettings>
) -> Self
Adds a key-value pair to language_id_settings.
To override the contents of this collection use set_language_id_settings.
The language identification settings associated with your call analytics job. These settings include
VocabularyName, VocabularyFilterName, and
LanguageModelName.
pub fn set_language_id_settings(
self,
input: Option<HashMap<LanguageCode, LanguageIdSettings>>
) -> Self
pub fn set_language_id_settings(
self,
input: Option<HashMap<LanguageCode, LanguageIdSettings>>
) -> Self
The language identification settings associated with your call analytics job. These settings include
VocabularyName, VocabularyFilterName, and
LanguageModelName.
Consumes the builder and constructs a CallAnalyticsJobSettings
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more