Uses of Class
com.microsoft.cognitiveservices.speech.intent.IntentRecognitionResult
-
Packages that use IntentRecognitionResult Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of IntentRecognitionResult in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return IntentRecognitionResult Modifier and Type Method Description IntentRecognitionResultIntentRecognitionEventArgs. getResult()Represents the intent recognition result.Methods in com.microsoft.cognitiveservices.speech.intent that return types with arguments of type IntentRecognitionResult Modifier and Type Method Description Future<IntentRecognitionResult>IntentRecognizer. recognizeOnceAsync()Starts intent recognition, and returns after a single utterance is recognized.Future<IntentRecognitionResult>IntentRecognizer. recognizeOnceAsync(String text)Performs intent recognition, and generates a result from the text passed in.
-