Skip to content

NET_SDK_FACE_IMG_STATISTIC_RESULT_CHL

Structure Definition

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;
}

Function Description

Channel face image statistics structure.

Member Description

Member Type Remark
chlId unsigned int Channel number, starting from 0.
imageNum unsigned int Number of images.
Error Code