Uses of Class
software.amazon.awssdk.services.transcribe.model.Pronouns
-
Packages that use Pronouns Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Pronouns in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return Pronouns Modifier and Type Method Description static PronounsPronouns. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PronounsMedicalScribePatientContext. pronouns()The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.static PronounsPronouns. valueOf(String name)Returns the enum constant of this type with the specified name.static Pronouns[]Pronouns. 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 Pronouns Modifier and Type Method Description static Set<Pronouns>Pronouns. knownValues()Methods in software.amazon.awssdk.services.transcribe.model with parameters of type Pronouns Modifier and Type Method Description MedicalScribePatientContext.BuilderMedicalScribePatientContext.Builder. pronouns(Pronouns pronouns)The patient's preferred pronouns that the user wants to provide as a context for clinical note generation.
-