Uses of Class
com.oracle.bmc.aispeech.model.VoiceSummary.Gender
-
Packages that use VoiceSummary.Gender Package Description com.oracle.bmc.aispeech.model -
-
Uses of VoiceSummary.Gender in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return VoiceSummary.Gender Modifier and Type Method Description static VoiceSummary.Gender
VoiceSummary.Gender. create(String key)
VoiceSummary.Gender
VoiceSummary. getGender()
Gender of the speaker.static VoiceSummary.Gender
VoiceSummary.Gender. valueOf(String name)
Returns the enum constant of this type with the specified name.static VoiceSummary.Gender[]
VoiceSummary.Gender. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aispeech.model with parameters of type VoiceSummary.Gender Modifier and Type Method Description VoiceSummary.Builder
VoiceSummary.Builder. gender(VoiceSummary.Gender gender)
Gender of the speaker.Constructors in com.oracle.bmc.aispeech.model with parameters of type VoiceSummary.Gender Constructor Description VoiceSummary(String voiceId, String displayName, String description, VoiceSummary.Gender gender, List<String> supportedModels, VoiceSummary.LanguageCode languageCode, String languageDescription, Integer sampleRateInHertz, Integer wordsPerMinute, Boolean isDefaultVoice)
Deprecated.
-