Uses of Class
com.microsoft.cognitiveservices.speech.util.KeyedItemHashMap
-
Packages that use KeyedItemHashMap Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of KeyedItemHashMap in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return KeyedItemHashMap Modifier and Type Method Description KeyedItemHashMap<PatternMatchingEntity>PatternMatchingModel. getEntities()This container ofPatternMatchingEntityobjects is used to define all thePatternMatchingEntityobjects this model will look for.KeyedItemHashMap<PatternMatchingIntent>PatternMatchingModel. getIntents()This container ofPatternMatchingIntentobjects is used to define all thePatternMatchingIntentobjects this model will look for.
-