| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static Specialty |
Specialty.fromValue(String value)
Use this in place of valueOf.
|
static Specialty |
Specialty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Specialty[] |
Specialty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJob |
MedicalTranscriptionJob.withSpecialty(Specialty specialty)
The medical specialty of any clinicians providing a dictation or having a conversation.
|
StartMedicalTranscriptionJobRequest |
StartMedicalTranscriptionJobRequest.withSpecialty(Specialty specialty)
The medical specialty of any clinician speaking in the input media.
|
MedicalTranscriptionJobSummary |
MedicalTranscriptionJobSummary.withSpecialty(Specialty specialty)
The medical specialty of the transcription job.
|
Copyright © 2021. All rights reserved.