v27

latestSwagger 2.0raw.githubusercontent.com2022-12-116362180.5 KB

Retrieve information about a persisted face (specified by persistedFaceId and its belonging largeFaceListId).

get/largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}

Path parameters

largeFaceListIdstring required

Id referencing a particular large face list.

persistedFaceIdstring uuid required

Id referencing a particular persistedFaceId of an existing face.

Response

A successful call returns target persisted face's information (persistedFaceId and userData).

persistedFaceIdstring uuid required

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.

userDatastring

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