Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.TranscribeMedicalType
-
Packages that use TranscribeMedicalType Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of TranscribeMedicalType in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return TranscribeMedicalType Modifier and Type Method Description static TranscribeMedicalTypeTranscribeMedicalType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TranscribeMedicalTypeEngineTranscribeMedicalSettings. type()The type of transcription.static TranscribeMedicalTypeTranscribeMedicalType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeMedicalType[]TranscribeMedicalType. 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 TranscribeMedicalType Modifier and Type Method Description static Set<TranscribeMedicalType>TranscribeMedicalType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type TranscribeMedicalType Modifier and Type Method Description EngineTranscribeMedicalSettings.BuilderEngineTranscribeMedicalSettings.Builder. type(TranscribeMedicalType type)The type of transcription.
-