Uses of Class
software.amazon.awssdk.services.transcribe.model.Specialty
-
Packages that use Specialty Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Specialty in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.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.SpecialtyMedicalTranscriptionJob. specialty()Describes the medical specialty represented in your media.SpecialtyMedicalTranscriptionJobSummary. specialty()Provides the medical specialty represented in your media.SpecialtyStartMedicalTranscriptionJobRequest. specialty()Specify the predominant medical specialty represented in your media.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.transcribe.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.transcribe.model with parameters of type Specialty Modifier and Type Method Description MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. specialty(Specialty specialty)Describes the medical specialty represented in your media.MedicalTranscriptionJobSummary.BuilderMedicalTranscriptionJobSummary.Builder. specialty(Specialty specialty)Provides the medical specialty represented in your media.StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. specialty(Specialty specialty)Specify the predominant medical specialty represented in your media.
-