IdentifyResult Class

Response body for identify face operation.

All required parameters must be populated in order to send to Azure.

Inheritance
IdentifyResult

Constructor

IdentifyResult(*, face_id: str, candidates, **kwargs)

Parameters

face_id
str
Required

Required. FaceId of the query face

candidates
list[IdentifyCandidate]
Required

Required. 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.