| 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.withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
Settings |
Settings.withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job should use speaker recognition to identify different speakers in the
input 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 © 2018. All rights reserved.