次の方法で共有


FindSimilarRequest.MaxNumOfCandidatesReturned プロパティ

定義

返される上位の類似顔の数を取得または設定します。 有効な範囲は [1, 1000] です。

[Newtonsoft.Json.JsonProperty(PropertyName="maxNumOfCandidatesReturned")]
public int? MaxNumOfCandidatesReturned { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxNumOfCandidatesReturned")>]
member this.MaxNumOfCandidatesReturned : Nullable<int> with get, set
Public Property MaxNumOfCandidatesReturned As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象