IdentifyCandidate Class

All possible faces that may qualify.

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

Inheritance
IdentifyCandidate

Constructor

IdentifyCandidate(*, person_id: str, confidence: float, **kwargs)

Parameters

person_id
str
Required

Required. Id of candidate

confidence
float
Required

Required. Confidence threshold of identification, used to judge whether one face belong to one person. The range of confidenceThreshold is [0, 1] (default specified by algorithm).