次の方法で共有


VerifyResult.IsIdentical プロパティ

定義

2 つの顔が同じ人物に属している場合、または顔が人物に属している場合は true、それ以外の場合は false を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="isIdentical")]
public bool IsIdentical { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isIdentical")>]
member this.IsIdentical : bool with get, set
Public Property IsIdentical As Boolean

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象