次の方法で共有


VerifyResult.Confidence プロパティ

定義

数値を取得または設定すると、2 つの顔が同じ人物に属しているかどうか、または顔が人物に属しているかどうかの類似性の信頼度が示されます。 類似性の信頼度が 0.5 以上の場合、既定では isIdentical は True に設定されます。 これは、上級ユーザーが "isIdentical" をオーバーライドし、自分のデータで結果を微調整するのに役立ちます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象