Uses of Class
com.microsoft.cognitiveservices.speech.SynthesisVoiceGender
-
Packages that use SynthesisVoiceGender Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SynthesisVoiceGender in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SynthesisVoiceGender Modifier and Type Method Description SynthesisVoiceGenderVoiceInfo. getGender()Gets the voice gender.static SynthesisVoiceGenderSynthesisVoiceGender. valueOf(String name)Returns the enum constant of this type with the specified name.static SynthesisVoiceGender[]SynthesisVoiceGender. values()Returns an array containing the constants of this enum type, in the order they are declared.
-