Share via


FaceListOutput interface

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

Properties

faceListId

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

name

User defined name, maximum length is 128.

persistedFaces

Face ids of registered faces in the face list.

recognitionModel

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

Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"

userData

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

Property Details

faceListId

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

faceListId: string

Property Value

string

name

User defined name, maximum length is 128.

name: string

Property Value

string

persistedFaces

Face ids of registered faces in the face list.

persistedFaces?: FaceListFaceOutput[]

Property Value

recognitionModel

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

Possible values: "recognition_01", "recognition_02", "recognition_03", "recognition_04"

recognitionModel?: string

Property Value

string

userData

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

userData?: string

Property Value

string