Condividi tramite


IdentifyCandidate Class

Definition

All possible faces that may qualify.

public class IdentifyCandidate
type IdentifyCandidate = class
Public Class IdentifyCandidate
Inheritance
IdentifyCandidate

Constructors

Name Description
IdentifyCandidate()

Initializes a new instance of the IdentifyCandidate class.

IdentifyCandidate(Guid, Double)

Initializes a new instance of the IdentifyCandidate class.

Properties

Name Description
Confidence

Gets or sets 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).

PersonId

Gets or sets id of candidate

Methods

Name Description
Validate()

Validate the object.

Applies to