Person interface
Person object.
- Extends
Properties
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. |
Inherited Properties
name | User defined name, maximum length is 128. |
user |
User specified data. Length should not exceed 16KB. |
Property Details
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
Inherited Property Details
name
User defined name, maximum length is 128.
name?: string
Property Value
string
Inherited From NameAndUserDataContract.name
userData
User specified data. Length should not exceed 16KB.
userData?: string
Property Value
string
Inherited From NameAndUserDataContract.userData