次の方法で共有


SimilarFace.FaceId プロパティ

定義

faceIds で検索する場合の候補の顔の faceId を取得または設定します。 faceId は Face によって作成されます - 検出し、検出呼び出しの 24 時間後に期限切れになります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象