PersistedFace interface

PersonFace object.

Properties

persistedFaceId

The persistedFaceId of the target face, which is persisted and will not expire. Different from faceId created by Face - Detect and will expire in at the time specified by faceIdTimeToLive after the detection call.

userData

User-provided data attached to the face. The size limit is 1KB.

Property Details

persistedFaceId

The persistedFaceId of the target face, which is persisted and will not expire. Different from faceId created by Face - Detect and will expire in at the time specified by faceIdTimeToLive after the detection call.

persistedFaceId: string

Property Value

string

userData

User-provided data attached to the face. The size limit is 1KB.

userData?: string

Property Value

string