| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static Settings.Builder |
Settings.builder() |
Settings.Builder |
Settings.Builder.channelIdentification(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.Builder |
Settings.Builder.maxAlternatives(Integer maxAlternatives)
The number of alternative transcriptions that the service should return.
|
Settings.Builder |
Settings.Builder.maxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
Settings.Builder |
Settings.Builder.showAlternatives(Boolean showAlternatives)
Determines whether the transcription contains alternative transcriptions.
|
Settings.Builder |
Settings.Builder.showSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
Settings.Builder |
Settings.toBuilder() |
Settings.Builder |
Settings.Builder.vocabularyFilterMethod(String vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks
("***") as placeholder text. |
Settings.Builder |
Settings.Builder.vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks
("***") as placeholder text. |
Settings.Builder |
Settings.Builder.vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when transcribing the audio.
|
Settings.Builder |
Settings.Builder.vocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Settings.Builder> |
Settings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TranscriptionJob.Builder |
TranscriptionJob.Builder.settings(Consumer<Settings.Builder> settings)
Optional settings for the transcription job.
|
default StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.settings(Consumer<Settings.Builder> settings)
A
Settings object that provides optional settings for a transcription job. |
Copyright © 2021. All rights reserved.