| package com.ruoyi.utils.sdk.dhsdk.lib.enumeration; | 
|   | 
| import com.ruoyi.utils.sdk.dhsdk.lib.NetSDKLib; | 
|   | 
|   | 
| /** | 
|  * 表情 | 
|  *  | 
|  * @author : 260611 | 
|  * @since : Created in 2021/10/19 20:21 | 
|  */ | 
| public class EM_EMOTION_TYPE extends NetSDKLib.SdkStructure { | 
|   | 
|     /** | 
|      *  未知 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_UNKNOWN = 0; | 
|     /** | 
|      *  普通/正常 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_NORMAL = 1; | 
|     /** | 
|      *  微笑 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_SMILE = 2; | 
|     /** | 
|      *  愤怒 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_ANGER = 3; | 
|     /** | 
|      *  悲伤 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_SADNESS = 4; | 
|     /** | 
|      *  厌恶 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_DISGUST = 5; | 
|     /** | 
|      *  害怕 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_FEAR = 6; | 
|     /** | 
|      *  惊讶 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_SURPRISE = 7; | 
|     /** | 
|      *  正常 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_NEUTRAL = 8; | 
|     /** | 
|      *  大笑 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_LAUGH = 9; | 
|     /** | 
|      *  高兴 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_HAPPY = 10; | 
|     /** | 
|      *  困惑 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_CONFUSED = 11; | 
|     /** | 
|      *  尖叫 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_SCREAM = 12; | 
|     /** | 
|      *  平静 | 
|      */ | 
|     public static final int                    EM_EMOTION_TYPE_CALMNESS = 13; | 
| } |