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