Package version:

The container of the uploaded person data, including face recognition feature, and up to 10,000 persons. To handle larger scale face identification problem, please consider using Large Person Group.

interface PersonGroupOutput {
    name: string;
    personGroupId: string;
    recognitionModel?: string;
    userData?: string;
}

Properties

name: string

User defined name, maximum length is 128.

personGroupId: string

ID of the container.

recognitionModel?: string

Name of recognition model. Recognition model is used when the face features are extracted and associated with detected faceIds.

userData?: string

Optional user defined data. Length should not exceed 16K.