IdentifyResult.Candidates プロパティ

定義

その顔の識別された人物候補を取得または設定します (信頼度でランク付けされます)。 配列サイズは入力 maxNumOfCandidatesReturned 以下にする必要があります。 特定された人物がいない場合は、空の配列が返されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象