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