Package version:

Large face list is a list of faces, up to 1,000,000 faces.

interface LargeFaceListOutput {
    largeFaceListId: string;
    name: string;
    recognitionModel?: string;
    userData?: string;
}

Properties

largeFaceListId: string

Valid character is letter in lower case or digit or '-' or '_', maximum length is 64.

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.