GroupRequest.FaceIds Property

Definition

Gets or sets array of candidate faceId created by Face - Detect. The maximum is 1000 faces

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to