Package version:

Face list item for list face list.

interface FaceListItemOutput {
    faceListId: string;
    name: string;
    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.

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.