Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.Specialty
-
Packages that use Specialty Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of Specialty in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return Specialty Modifier and Type Method Description static SpecialtySpecialty. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SpecialtyStartMedicalStreamTranscriptionRequest. specialty()Specify the medical specialty contained in your audio.SpecialtyStartMedicalStreamTranscriptionResponse. specialty()Provides the medical specialty that you specified in your request.static SpecialtySpecialty. 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.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type Specialty Modifier and Type Method Description static Set<Specialty>Specialty. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type Specialty Modifier and Type Method Description StartMedicalStreamTranscriptionRequest.BuilderStartMedicalStreamTranscriptionRequest.Builder. specialty(Specialty specialty)Specify the medical specialty contained in your audio.StartMedicalStreamTranscriptionResponse.BuilderStartMedicalStreamTranscriptionResponse.Builder. specialty(Specialty specialty)Provides the medical specialty that you specified in your request.
-