PersonGroupPersonOutput interface
The person in a specified person group. To add face to this person, please call "Add Large Person Group Person Face".
Properties
| name | User defined name, maximum length is 128. |
| persisted |
Face ids of registered faces in the person. |
| person |
ID of the person. |
| user |
Optional user defined data. Length should not exceed 16K. |
Property Details
name
User defined name, maximum length is 128.
name: string
Property Value
string
persistedFaceIds
Face ids of registered faces in the person.
persistedFaceIds?: string[]
Property Value
string[]
personId
ID of the person.
personId: string
Property Value
string
userData
Optional user defined data. Length should not exceed 16K.
userData?: string
Property Value
string