| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.clone() |
Settings |
StartTranscriptionJobRequest.getSettings()
A
Settings object that provides optional settings for a transcription job. |
Settings |
TranscriptionJob.getSettings()
Optional settings for the transcription job.
|
Settings |
Settings.withChannelIdentification(Boolean channelIdentification)
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of
each channel into a single transcription.
|
Settings |
Settings.withMaxAlternatives(Integer maxAlternatives)
The number of alternative transcriptions that the service should return.
|
Settings |
Settings.withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
Settings |
Settings.withShowAlternatives(Boolean showAlternatives)
Determines whether the transcription contains alternative transcriptions.
|
Settings |
Settings.withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
Settings |
Settings.withVocabularyFilterMethod(String vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. |
Settings |
Settings.withVocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. |
Settings |
Settings.withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when transcribing the audio.
|
Settings |
Settings.withVocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTranscriptionJobRequest.setSettings(Settings settings)
A
Settings object that provides optional settings for a transcription job. |
void |
TranscriptionJob.setSettings(Settings settings)
Optional settings for the transcription job.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withSettings(Settings settings)
A
Settings object that provides optional settings for a transcription job. |
TranscriptionJob |
TranscriptionJob.withSettings(Settings settings)
Optional settings for the transcription job.
|
Copyright © 2021. All rights reserved.