| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
Classes modeling the various types represented by AmazonTranscribe
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
TranscriptionJob.getSettings()
Optional settings for the transcription job.
|
Settings |
StartTranscriptionJobRequest.getSettings()
A
Settings object that provides optional settings for a
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.withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
Settings |
Settings.withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses 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 |
TranscriptionJob.setSettings(Settings settings)
Optional settings for the transcription job.
|
void |
StartTranscriptionJobRequest.setSettings(Settings settings)
A
Settings object that provides optional settings for a
transcription job. |
TranscriptionJob |
TranscriptionJob.withSettings(Settings settings)
Optional settings for the transcription job.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withSettings(Settings settings)
A
Settings object that provides optional settings for a
transcription job. |
Copyright © 2019. All rights reserved.