次の方法で共有


SimilarFace.Confidence プロパティ

定義

候補の顔の類似性の信頼度を取得または設定します。 信頼度が高いほど、類似度が高くなります。 [0,1] の範囲。

[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

適用対象