Uses of Class
com.microsoft.cognitiveservices.speech.NoMatchReason
-
Packages that use NoMatchReason Package Description com.microsoft.cognitiveservices.speech -
-
Uses of NoMatchReason in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return NoMatchReason Modifier and Type Method Description NoMatchReasonNoMatchDetails. getReason()The reason why NoMatch is returned.static NoMatchReasonNoMatchReason. valueOf(String name)Returns the enum constant of this type with the specified name.static NoMatchReason[]NoMatchReason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-