次の方法で共有


FindSimilarRequest.FaceIds プロパティ

定義

候補の faceId の配列を取得または設定します。 これらはすべて Face - Detect によって作成され、faceId は検出呼び出しの 24 時間後に期限切れになります。 faceId の数は 1000 に制限されています。 パラメーター faceListId、largeFaceListId、および faceId は同時に指定しないでください。

[Newtonsoft.Json.JsonProperty(PropertyName="faceIds")]
public System.Collections.Generic.IList<Guid?> FaceIds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="faceIds")>]
member this.FaceIds : System.Collections.Generic.IList<Nullable<Guid>> with get, set
Public Property FaceIds As IList(Of Nullable(Of Guid))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象