跳转至

NET_SDK_IVE_VSD_TARGET_PERSON

结构体定义

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
typedef struct
{
    unsigned int byGender;       
    unsigned int byAge;          
    unsigned int byOrient;       
    unsigned int byHat;          
    unsigned int byGlasses;      
    unsigned int byBackpack;     
    unsigned int byShoulderbag;  
    unsigned int byUpperlength;  
    unsigned int byLowerlength;  
    unsigned int byUppercolor;   
    unsigned int byLowercolor;   
    unsigned int bySkirt;        
    unsigned int byMask;         
    unsigned int byReserve[259]; 
} NET_SDK_IVE_VSD_TARGET_PERSON;
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[StructLayout(LayoutKind.Sequential, Pack = 4, Size = 1088)]
public unsafe struct NET_SDK_IVE_VSD_TARGET_PERSON
{
    public UInt32 byGender;
    public UInt32 byAge;
    public UInt32 byOrient;
    public UInt32 byHat;
    public UInt32 byGlasses;
    public UInt32 byBackpack;
    public UInt32 byShoulderbag;
    public UInt32 byUpperlength;
    public UInt32 byLowerlength;
    public UInt32 byUppercolor;
    public UInt32 byLowercolor;
    public UInt32 bySkirt;
    public UInt32 byMask;
    public fixed UInt32 byReserve[259];
}

功能描述

人物属性

成员说明

成员 类型 备注
byGender unsigned int 性别 0:未知 1:男 2:女。
byAge unsigned int 年龄 0:未知 1:婴幼儿(<7) 2:少年(7-18) 3:青年(18-40) 4:中年(41-60) 5:老年(>60)。
byOrient unsigned int 方向 0:未知 1:正面 2:背面 3:侧面。
byHat unsigned int 帽子 0:未知 1:普通帽子 2:未戴帽子。
byGlasses unsigned int 眼镜 0:未知 1:戴眼镜 2:未戴眼镜。
byBackpack unsigned int 背包 0:未知 1:有背包 2:没有背包。
byShoulderbag unsigned int 单肩包 0:未知 1:有单肩包 2:没有单肩包。
byUpperlength unsigned int 上衣长度 0:未知 1:上身短袖 2:上身长袖。
byLowerlength unsigned int 下衣长度 0:未知 1:下身短裤 2:下身长裤。
byUppercolor unsigned int 上身颜色 0:未知 1:红 2:橙 3:黄 4:绿 5:蓝 6:青 7:紫 8:黑 9:白 10:银 11:灰 12:金 13:棕。
byLowercolor unsigned int 下身颜色 0:未知 1:红 2:橙 3:黄 4:绿 5:蓝 6:青 7:紫 8:黑 9:白 10:银 11:灰 12:金 13:棕。
bySkirt unsigned int 裙子 0:未知 1:穿裙子 2:未穿裙子。
byMask unsigned int 口罩 0:未知 1:戴口罩 2:未戴口罩。
byReserve unsigned int[259] 预留字段。
错误码