Uses of Class
com.microsoft.cognitiveservices.speech.KeywordRecognitionResult
-
Packages that use KeywordRecognitionResult Package Description com.microsoft.cognitiveservices.speech -
-
Uses of KeywordRecognitionResult in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return KeywordRecognitionResult Modifier and Type Method Description KeywordRecognitionResultKeywordRecognitionEventArgs. getResult()Represents the keyword recognition result.Methods in com.microsoft.cognitiveservices.speech that return types with arguments of type KeywordRecognitionResult Modifier and Type Method Description Future<KeywordRecognitionResult>KeywordRecognizer. recognizeOnceAsync(KeywordRecognitionModel model)Starts a keyword recognition session.Methods in com.microsoft.cognitiveservices.speech with parameters of type KeywordRecognitionResult Modifier and Type Method Description static AudioDataStreamAudioDataStream. fromResult(KeywordRecognitionResult result)Obtains the memory backed AudioDataStream associated with a given KeywordRecognition result.
-