次の方法で共有


GroupRequest.FaceIds プロパティ

定義

Face - Detect によって作成された候補 faceId の配列を取得または設定します。 最大は 1000 面です

[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<Guid> with get, set
Public Property FaceIds As IList(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象