次の方法で共有


IdentifyRequest.ConfidenceThreshold プロパティ

定義

1 つの顔が 1 人の人物に属しているかどうかを判断するために使用される、識別の信頼度しきい値を取得または設定します。 confidenceThreshold の範囲は [0, 1] です (既定ではアルゴリズムで指定されます)。

[Newtonsoft.Json.JsonProperty(PropertyName="confidenceThreshold")]
public double? ConfidenceThreshold { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="confidenceThreshold")>]
member this.ConfidenceThreshold : Nullable<double> with get, set
Public Property ConfidenceThreshold As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象