LargeFaceListOutput interface
Large face list is a list of faces, up to 1,000,000 faces.
Properties
| large |
Valid character is letter in lower case or digit or '-' or '_', maximum length is 64. |
| name | User defined name, maximum length is 128. |
| recognition |
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" |
| user |
Optional user defined data. Length should not exceed 16K. |
Property Details
largeFaceListId
Valid character is letter in lower case or digit or '-' or '_', maximum length is 64.
largeFaceListId: string
Property Value
string
name
User defined name, maximum length is 128.
name: string
Property Value
string
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