Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeResultStream.EventType
-
-
Uses of MedicalScribeResultStream.EventType in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalScribeResultStream.EventType Modifier and Type Method Description static MedicalScribeResultStream.EventTypeMedicalScribeResultStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default MedicalScribeResultStream.EventTypeMedicalScribeResultStream. sdkEventType()The type of this event.static MedicalScribeResultStream.EventTypeMedicalScribeResultStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicalScribeResultStream.EventType[]MedicalScribeResultStream.EventType. 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 MedicalScribeResultStream.EventType Modifier and Type Method Description static Set<MedicalScribeResultStream.EventType>MedicalScribeResultStream.EventType. knownValues() -
Uses of MedicalScribeResultStream.EventType in software.amazon.awssdk.services.transcribestreaming.model.medicalscriberesultstream
Methods in software.amazon.awssdk.services.transcribestreaming.model.medicalscriberesultstream that return MedicalScribeResultStream.EventType Modifier and Type Method Description MedicalScribeResultStream.EventTypeDefaultTranscriptEvent. sdkEventType()
-