Package version:

Interface LargePersonGroupOutput

The container of the uploaded person data, including face recognition feature, and up to 1,000,000 people.

interface LargePersonGroupOutput {
    largePersonGroupId: string;
    name: string;
    recognitionModel?: string;
    userData?: string;
}

Properties

largePersonGroupId: string

ID of the container.

name: string

User defined name, maximum length is 128.

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.