Verify whether two faces belong to a same person or whether one face belongs to a person.

post/verify

Request body

faceId1string uuid required

FaceId of the first face, comes from Face - Detect

faceId2string uuid required

FaceId of the second face, comes from Face - Detect

Response

A successful call returns the verification result.

isIdenticalboolean required

True if the two faces belong to the same person or the face belongs to the person, otherwise false.

confidencenumber required

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

Changes