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