| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static Specialty |
Specialty.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Specialty |
MedicalTranscriptionJobSummary.specialty()
The medical specialty of the transcription job.
|
Specialty |
MedicalTranscriptionJob.specialty()
The medical specialty of any clinicians providing a dictation or having a conversation.
|
Specialty |
StartMedicalTranscriptionJobRequest.specialty()
The medical specialty of any clinician speaking in the input media.
|
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 |
|---|---|
static Set<Specialty> |
Specialty.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary.Builder |
MedicalTranscriptionJobSummary.Builder.specialty(Specialty specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJob.Builder |
MedicalTranscriptionJob.Builder.specialty(Specialty specialty)
The medical specialty of any clinicians providing a dictation or having a conversation.
|
StartMedicalTranscriptionJobRequest.Builder |
StartMedicalTranscriptionJobRequest.Builder.specialty(Specialty specialty)
The medical specialty of any clinician speaking in the input media.
|
Copyright © 2021. All rights reserved.