跳转至

NET_SDK_FACE_IMG_STATISTIC_RESULT_CHL

结构体定义

1
2
3
4
5
typedef struct _net_sdk_face_img_statistic_result_chl
{
    unsigned int chlId;    
    unsigned int imageNum; 
} NET_SDK_FACE_IMG_STATISTIC_RESULT_CHL;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_FACE_IMG_STATISTIC_RESULT_CHL
{
    public UInt32 chlId;
    public UInt32 imageNum;
}

功能描述

通道人脸图像统计信息结构体。

成员说明

成员 类型 备注
chlId unsigned int 通道号,从0开始。
imageNum unsigned int 图像数量。
错误码