| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.clone() |
MedicalTranscriptionSetting |
StartMedicalTranscriptionJobRequest.getSettings()
Optional settings for the medical transcription job.
|
MedicalTranscriptionSetting |
MedicalTranscriptionJob.getSettings()
Object that contains object.
|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.withChannelIdentification(Boolean channelIdentification)
Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription
output of each channel into a single transcription.
|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.withMaxAlternatives(Integer maxAlternatives)
The maximum number of alternatives that you tell the service to return.
|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.withShowAlternatives(Boolean showAlternatives)
Determines whether alternative transcripts are generated along with the transcript that has the highest
confidence.
|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
MedicalTranscriptionSetting |
MedicalTranscriptionSetting.withVocabularyName(String vocabularyName)
The name of the vocabulary to use when processing a medical transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartMedicalTranscriptionJobRequest.setSettings(MedicalTranscriptionSetting settings)
Optional settings for the medical transcription job.
|
void |
MedicalTranscriptionJob.setSettings(MedicalTranscriptionSetting settings)
Object that contains object.
|
StartMedicalTranscriptionJobRequest |
StartMedicalTranscriptionJobRequest.withSettings(MedicalTranscriptionSetting settings)
Optional settings for the medical transcription job.
|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withSettings(MedicalTranscriptionSetting settings)
Object that contains object.
|
Copyright © 2020. All rights reserved.