Uses of Class
com.microsoft.cognitiveservices.speech.intent.LanguageUnderstandingModel
-
Packages that use LanguageUnderstandingModel Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of LanguageUnderstandingModel in com.microsoft.cognitiveservices.speech.intent
Subclasses of LanguageUnderstandingModel in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classPatternMatchingModelRepresents aPatternMatchingModelused for intent recognition.Methods in com.microsoft.cognitiveservices.speech.intent that return LanguageUnderstandingModel Modifier and Type Method Description static LanguageUnderstandingModelLanguageUnderstandingModel. fromAppId(String appId)Creates a language understanding model using the application id of Language Understanding service.static LanguageUnderstandingModelLanguageUnderstandingModel. fromEndpoint(String uri)Creates a language understanding model using the specified endpoint url.static LanguageUnderstandingModelLanguageUnderstandingModel. fromSubscription(String subscriptionKey, String appId, String region)Creates a language understanding model using subscription key, application id and region of Language Understanding service.Methods in com.microsoft.cognitiveservices.speech.intent with parameters of type LanguageUnderstandingModel Modifier and Type Method Description voidIntentRecognizer. addAllIntents(LanguageUnderstandingModel model)Adds all intents from the specified Language Understanding Model.voidIntentRecognizer. addAllIntents(LanguageUnderstandingModel model, String intentId)Adds all intents from the specified Language Understanding Model.voidIntentRecognizer. addIntent(LanguageUnderstandingModel model, String intentName)Adds a single intent by name from the specified Language Understanding Model.voidIntentRecognizer. addIntent(LanguageUnderstandingModel model, String intentName, String intentId)Adds a single intent by name from the specified Language Understanding Model.Method parameters in com.microsoft.cognitiveservices.speech.intent with type arguments of type LanguageUnderstandingModel Modifier and Type Method Description booleanIntentRecognizer. applyLanguageModels(Collection<LanguageUnderstandingModel> collection)Takes a collection of language understanding models, makes a copy of them, and applies them to the recognizer.
-