| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.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 |
StartMedicalStreamTranscriptionRequest.specialty()
Specify the medical specialty contained in your audio.
|
Specialty |
StartMedicalStreamTranscriptionResponse.specialty()
Provides the medical specialty that you specified in your request.
|
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 |
|---|---|
StartMedicalStreamTranscriptionRequest.Builder |
StartMedicalStreamTranscriptionRequest.Builder.specialty(Specialty specialty)
Specify the medical specialty contained in your audio.
|
StartMedicalStreamTranscriptionResponse.Builder |
StartMedicalStreamTranscriptionResponse.Builder.specialty(Specialty specialty)
Provides the medical specialty that you specified in your request.
|
Copyright © 2023. All rights reserved.