IdentifyResult interface
Response body for identify face operation.
Properties
candidates | Identified person candidates for that face (ranked by confidence). Array size should be no larger than input maxNumOfCandidatesReturned. If no person is identified, will return an empty array. |
face |
FaceId of the query face |
Property Details
candidates
Identified person candidates for that face (ranked by confidence). Array size should be no larger than input maxNumOfCandidatesReturned. If no person is identified, will return an empty array.
candidates: IdentifyCandidate[]
Property Value
faceId
FaceId of the query face
faceId: string
Property Value
string