FaceListItemOutput interface
Face list item for list face list.
Properties
| face |
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
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
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