Compartilhar via


FaceIdentificationResult.Candidates Property

Definition

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.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.Face.FaceIdentificationCandidate> Candidates { get; }
member this.Candidates : System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.Face.FaceIdentificationCandidate>
Public ReadOnly Property Candidates As IReadOnlyList(Of FaceIdentificationCandidate)

Property Value

Applies to