| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.addLanguageIdSettingsEntry(String key,
LanguageIdSettings value)
Add a single LanguageIdSettings entry
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.clearLanguageIdSettingsEntries()
Removes all the entries added into LanguageIdSettings.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.clone() |
CallAnalyticsJobSettings |
CallAnalyticsJob.getSettings()
Provides information about the settings used to run a transcription job.
|
CallAnalyticsJobSettings |
StartCallAnalyticsJobRequest.getSettings()
A
Settings object that provides optional settings for a call analytics job. |
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withContentRedaction(ContentRedaction contentRedaction) |
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withLanguageIdSettings(Map<String,LanguageIdSettings> languageIdSettings)
The language identification settings associated with your call analytics job.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withLanguageModelName(String languageModelName)
The structure used to describe a custom language model.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withLanguageOptions(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 |
CallAnalyticsJobSettings.withLanguageOptions(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 |
CallAnalyticsJobSettings.withLanguageOptions(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 |
CallAnalyticsJobSettings.withVocabularyFilterMethod(String vocabularyFilterMethod)
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as
placeholder text.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withVocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as
placeholder text.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when running a call analytics job.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withVocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the call analytics job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallAnalyticsJob.setSettings(CallAnalyticsJobSettings settings)
Provides information about the settings used to run a transcription job.
|
void |
StartCallAnalyticsJobRequest.setSettings(CallAnalyticsJobSettings settings)
A
Settings object that provides optional settings for a call analytics job. |
CallAnalyticsJob |
CallAnalyticsJob.withSettings(CallAnalyticsJobSettings settings)
Provides information about the settings used to run a transcription job.
|
StartCallAnalyticsJobRequest |
StartCallAnalyticsJobRequest.withSettings(CallAnalyticsJobSettings settings)
A
Settings object that provides optional settings for a call analytics job. |
Copyright © 2022. All rights reserved.