Freigeben über


IdentifyResult.Candidates Eigenschaft

Definition

Ruft identifizierte Personenkandidaten für dieses Gesicht ab oder legt sie fest (nach Zuverlässigkeit sortiert). Die Arraygröße sollte nicht größer als maxNumOfCandidatesReturned sein. Wenn keine Person identifiziert wird, gibt ein leeres Array zurück.

[Newtonsoft.Json.JsonProperty(PropertyName="candidates")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.IdentifyCandidate> Candidates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="candidates")>]
member this.Candidates : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.IdentifyCandidate> with get, set
Public Property Candidates As IList(Of IdentifyCandidate)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: