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
- 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.
Feedback
Submit and view feedback for