Uses of Class
com.microsoft.cognitiveservices.speech.intent.PatternMatchingEntity.EntityType
-
Packages that use PatternMatchingEntity.EntityType Package Description com.microsoft.cognitiveservices.speech.intent -
-
Uses of PatternMatchingEntity.EntityType in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return PatternMatchingEntity.EntityType Modifier and Type Method Description PatternMatchingEntity.EntityTypePatternMatchingEntity. getType()Returns theEntityTypefor this item.static PatternMatchingEntity.EntityTypePatternMatchingEntity.EntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static PatternMatchingEntity.EntityType[]PatternMatchingEntity.EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech.intent with parameters of type PatternMatchingEntity.EntityType Modifier and Type Method Description voidPatternMatchingEntity. setType(PatternMatchingEntity.EntityType type)Sets theEntityTypefor this item.
-