VerifyFaceToPersonRequest.PersonGroupId Property

Definition

Gets or sets using existing personGroupId and personId for fast loading a specified person. personGroupId is created in PersonGroup

  • Create. Parameter personGroupId and largePersonGroupId should not be provided at the same time.
[Newtonsoft.Json.JsonProperty(PropertyName="personGroupId")]
public string PersonGroupId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="personGroupId")>]
member this.PersonGroupId : string with get, set
Public Property PersonGroupId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to