FaceList interface
Face list object.
- Extends
Properties
| face |
FaceListId of the target face list. |
| name | User defined name, maximum length is 128. |
| persisted |
Persisted faces within the face list. |
| recognition |
Possible values include: 'recognition_01', 'recognition_02', 'recognition_03', 'recognition_04'. Default value: 'recognition_01'. |
| user |
User specified data. Length should not exceed 16KB. |
Property Details
faceListId
FaceListId of the target face list.
faceListId: string
Property Value
string
name
User defined name, maximum length is 128.
name: string
Property Value
string
persistedFaces
Persisted faces within the face list.
persistedFaces?: PersistedFace[]
Property Value
recognitionModel
Possible values include: 'recognition_01', 'recognition_02', 'recognition_03', 'recognition_04'. Default value: 'recognition_01'.
recognitionModel?: RecognitionModel
Property Value
userData
User specified data. Length should not exceed 16KB.
userData?: undefined | string
Property Value
undefined | string