Enum EmotionDetection.EmotionCategory
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Enumerates a set of emotion categories for analytical and classification tasks.
public enum EmotionDetection.EmotionCategoryFields
- Neutral = 0
- Denotes an emotion that is neither positive nor negative; a state of emotional neutrality. 
- Happiness = 1
- Denotes the emotion of joy and contentment. 
- Anger = 2
- Denotes the emotion characterized by annoyance, frustration, or hostility. 
- Sadness = 3
- Denotes the emotion associated with sorrow, grief, or regret. 
- Fear = 4
- Denotes the emotion characterized by apprehension, dread, or panic.