Uses of Class
com.microsoft.cognitiveservices.speech.KeywordRecognitionModel
-
Packages that use KeywordRecognitionModel Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.dialog com.microsoft.cognitiveservices.speech.intent -
-
Uses of KeywordRecognitionModel in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return KeywordRecognitionModel Modifier and Type Method Description static KeywordRecognitionModelKeywordRecognitionModel. fromFile(String fileName)Creates a keyword recognition model using the specified filename.static KeywordRecognitionModelKeywordRecognitionModel. fromStream(InputStream inputStream, String name, boolean isZipped)Creates a keyword recognition model using the specified input stream.Methods in com.microsoft.cognitiveservices.speech with parameters of type KeywordRecognitionModel Modifier and Type Method Description Future<KeywordRecognitionResult>KeywordRecognizer. recognizeOnceAsync(KeywordRecognitionModel model)Starts a keyword recognition session.Future<Void>SpeechRecognizer. startKeywordRecognitionAsync(KeywordRecognitionModel model)Configures the recognizer with the given keyword model. -
Uses of KeywordRecognitionModel in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog with parameters of type KeywordRecognitionModel Modifier and Type Method Description Future<Void>DialogServiceConnector. startKeywordRecognitionAsync(KeywordRecognitionModel model)Initiates keyword recognition. -
Uses of KeywordRecognitionModel in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent with parameters of type KeywordRecognitionModel Modifier and Type Method Description Future<Void>IntentRecognizer. startKeywordRecognitionAsync(KeywordRecognitionModel model)Configures the recognizer with the given keyword model.
-