Skip to content

NET_SDK_FACE_IMG_STATISTIC_RESULT_LIST

Structure Definition

1
2
3
4
5
typedef struct _net_sdk_face_img_statistic_result_list
{
    unsigned int resNum;                      
    NET_SDK_FACE_IMG_STATISTIC_RESULT* pItem; 
} NET_SDK_FACE_IMG_STATISTIC_RESULT_LIST;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_FACE_IMG_STATISTIC_RESULT_LIST
{
    public UInt32 resNum;
    public IntPtr pItem;
}

Function Description

List of face image statistics results.

Member Description

Member Type Remark
resNum unsigned int The number of results.
pItem NET_SDK_FACE_IMG_STATISTIC_RESULT* List of face image statistics results.
Error Code