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