Uses of Class
com.microsoft.cognitiveservices.speech.Grammar
-
Packages that use Grammar Package Description com.microsoft.cognitiveservices.speech -
-
Uses of Grammar in com.microsoft.cognitiveservices.speech
Subclasses of Grammar in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classClassLanguageModelRepresents a ClassLanguageModel.classGrammarListAllows adding multiple grammars to a SpeechRecognizer to improve the accuracy of speech recognition.classPhraseListGrammarAllows additions of new phrases to improve speech recognition.Methods in com.microsoft.cognitiveservices.speech that return Grammar Modifier and Type Method Description static GrammarGrammar. fromStorageId(String id)Creates a Grammar from its storage Id.Methods in com.microsoft.cognitiveservices.speech with parameters of type Grammar Modifier and Type Method Description voidGrammarList. add(Grammar grammar)Adds a single grammar to the current recognizer.voidClassLanguageModel. assignClass(String className, Grammar grammar)Assigns a grammar to a specified class in a language model.
-