Identify unknown faces from a person group.

post/identify

Request body

personGroupIdstring required

PersonGroupId of the target person group, created by PersonGroups.Create

faceIdsstring[] required

Array of query faces faceIds, created by the Face - Detect. Each of the faces are identified independently. The valid number of faceIds is between [1, 10].

maxNumOfCandidatesReturnedinteger

The range of maxNumOfCandidatesReturned is between 1 and 5 (default is 1).

confidenceThresholdnumber

A number ranging from 0 to 1 indicating a level of confidence associated with a property.

Response

A successful call returns the identified candidate person(s) for each query face.

faceIdstring uuid required

FaceId of the query face

Changes