Partager via


IdentifyResult.Candidates Propriété

Définition

Obtient ou définit des candidats identifiés pour ce visage (classés par confiance). La taille du tableau ne doit pas être supérieure à l’entrée maxNumOfCandidatesReturned. Si aucune personne n’est identifiée, retourne un tableau vide.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à