Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.TranscribeMedicalSpecialty
-
Packages that use TranscribeMedicalSpecialty Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of TranscribeMedicalSpecialty in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return TranscribeMedicalSpecialty Modifier and Type Method Description static TranscribeMedicalSpecialtyTranscribeMedicalSpecialty. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscribeMedicalSpecialtyEngineTranscribeMedicalSettings. specialty()The specialty specified for the Amazon Transcribe Medical engine.static TranscribeMedicalSpecialtyTranscribeMedicalSpecialty. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeMedicalSpecialty[]TranscribeMedicalSpecialty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type TranscribeMedicalSpecialty Modifier and Type Method Description static Set<TranscribeMedicalSpecialty>TranscribeMedicalSpecialty. knownValues()Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type TranscribeMedicalSpecialty Modifier and Type Method Description EngineTranscribeMedicalSettings.BuilderEngineTranscribeMedicalSettings.Builder. specialty(TranscribeMedicalSpecialty specialty)The specialty specified for the Amazon Transcribe Medical engine.
-