public static interface CallAnalyticsJobSettings.Builder extends SdkPojo, CopyableBuilder<CallAnalyticsJobSettings.Builder,CallAnalyticsJobSettings>
| Modifier and Type | Method and Description |
|---|---|
default CallAnalyticsJobSettings.Builder |
contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
Sets the value of the ContentRedaction property for this object.
|
CallAnalyticsJobSettings.Builder |
contentRedaction(ContentRedaction contentRedaction)
Sets the value of the ContentRedaction property for this object.
|
CallAnalyticsJobSettings.Builder |
languageModelName(String languageModelName)
The structure used to describe a custom language model.
|
CallAnalyticsJobSettings.Builder |
languageOptions(Collection<LanguageCode> languageOptions)
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.
|
CallAnalyticsJobSettings.Builder |
languageOptions(LanguageCode... languageOptions)
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.
|
CallAnalyticsJobSettings.Builder |
languageOptionsWithStrings(Collection<String> languageOptions)
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.
|
CallAnalyticsJobSettings.Builder |
languageOptionsWithStrings(String... languageOptions)
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.
|
CallAnalyticsJobSettings.Builder |
vocabularyFilterMethod(String vocabularyFilterMethod)
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as
placeholder text.
|
CallAnalyticsJobSettings.Builder |
vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as
placeholder text.
|
CallAnalyticsJobSettings.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when running a call analytics job.
|
CallAnalyticsJobSettings.Builder |
vocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the call analytics job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCallAnalyticsJobSettings.Builder vocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the call analytics job.
vocabularyName - The name of a vocabulary to use when processing the call analytics job.CallAnalyticsJobSettings.Builder vocabularyFilterName(String vocabularyFilterName)
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.
vocabularyFilterName - 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.CallAnalyticsJobSettings.Builder vocabularyFilterMethod(String vocabularyFilterMethod)
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.
vocabularyFilterMethod - 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.VocabularyFilterMethod,
VocabularyFilterMethodCallAnalyticsJobSettings.Builder vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
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.
vocabularyFilterMethod - 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.VocabularyFilterMethod,
VocabularyFilterMethodCallAnalyticsJobSettings.Builder languageModelName(String languageModelName)
The structure used to describe a custom language model.
languageModelName - The structure used to describe a custom language model.CallAnalyticsJobSettings.Builder contentRedaction(ContentRedaction contentRedaction)
contentRedaction - The new value for the ContentRedaction property for this object.default CallAnalyticsJobSettings.Builder contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
ContentRedaction.Builder avoiding the need to
create one manually via ContentRedaction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contentRedaction(ContentRedaction).contentRedaction - a consumer that will call methods on ContentRedaction.BuildercontentRedaction(ContentRedaction)CallAnalyticsJobSettings.Builder languageOptionsWithStrings(Collection<String> languageOptions)
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.
languageOptions - 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.
CallAnalyticsJobSettings.Builder languageOptionsWithStrings(String... languageOptions)
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.
languageOptions - 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.
CallAnalyticsJobSettings.Builder languageOptions(Collection<LanguageCode> languageOptions)
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.
languageOptions - 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.
CallAnalyticsJobSettings.Builder languageOptions(LanguageCode... languageOptions)
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.
languageOptions - 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.
Copyright © 2021. All rights reserved.