FaceCharacterizationBlobHeader structure (mfapi.h)

The FaceCharacterizationBlobHeader structure describes the size and count information of the blob format for the MF_CAPTURE_METADATA_FACEROICHARACTERIZATIONS attribute.

Syntax

typedef struct tagFaceCharacterizationBlobHeader {
  ULONG Size;
  ULONG Count;
} FaceCharacterizationBlobHeader;

Members

Size

Size of this header + all following FaceCharacterization structures.

Count

Number of FaceCharacterization structures in the blob. Must match the number of FaceRectInfo structures in FaceRectInfoBlobHeader.

Requirements

Requirement Value
Header mfapi.h