次の方法で共有


FindSimilarRequest.FaceId プロパティ

定義

クエリ顔の faceId を取得または設定します。 ユーザーは Face を呼び出す必要があります- 有効な faceId を取得するには、最初に検出します。 この faceId は永続化されず、検出呼び出しの 24 時間後に期限切れになることに注意してください

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象