Package version:

Face list is a list of faces, up to 1,000 faces.

interface FaceListOutput {
    faceListId: string;
    name: string;
    persistedFaces?: any;
    recognitionModel?: string;
    userData?: string;
}

Properties

faceListId: 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.

persistedFaces?: any

Face ids of registered faces in the face list.

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.