Uses of Class
com.microsoft.cognitiveservices.speech.ProfanityOption
-
Packages that use ProfanityOption Package Description com.microsoft.cognitiveservices.speech -
-
Uses of ProfanityOption in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return ProfanityOption Modifier and Type Method Description static ProfanityOptionProfanityOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ProfanityOption[]ProfanityOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech with parameters of type ProfanityOption Modifier and Type Method Description voidEmbeddedSpeechConfig. setProfanity(ProfanityOption value)Sets the profanity option.voidSpeechConfig. setProfanity(ProfanityOption profanity)Sets profanity option.
-