Uses of Interface
com.microsoft.cognitiveservices.speech.util.KeyedItem
-
Packages that use KeyedItem Package Description com.microsoft.cognitiveservices.speech.intent com.microsoft.cognitiveservices.speech.util -
-
Uses of KeyedItem in com.microsoft.cognitiveservices.speech.intent
Classes in com.microsoft.cognitiveservices.speech.intent that implement KeyedItem Modifier and Type Class Description classLanguageUnderstandingModelRepresents language understanding model used for intent recognition.classPatternMatchingEntityRepresents a pattern matching entity used for intent recognition.classPatternMatchingIntentRepresents a pattern matching intent used for intent recognition.classPatternMatchingModelRepresents aPatternMatchingModelused for intent recognition. -
Uses of KeyedItem in com.microsoft.cognitiveservices.speech.util
Classes in com.microsoft.cognitiveservices.speech.util with type parameters of type KeyedItem Modifier and Type Class Description classKeyedItemHashMap<T extends KeyedItem>Hash table based implementation of theMapinterface.
-