Person interface
Person object.
- Extends
Properties
| name | User defined name, maximum length is 128. |
| persisted |
PersistedFaceIds of registered faces in the person. These persistedFaceIds are returned from Person - Add a Person Face, and will not expire. |
| person |
PersonId of the target face list. |
| user |
User specified data. Length should not exceed 16KB. |
Property Details
name
User defined name, maximum length is 128.
name?: undefined | string
Property Value
undefined | string
persistedFaceIds
PersistedFaceIds of registered faces in the person. These persistedFaceIds are returned from Person - Add a Person Face, and will not expire.
persistedFaceIds?: string[]
Property Value
string[]
personId
PersonId of the target face list.
personId: string
Property Value
string
userData
User specified data. Length should not exceed 16KB.
userData?: undefined | string
Property Value
undefined | string