PersistedFace.UserData Property

Definition

Gets or sets user-provided data attached to the face. The size limit is 1KB.

[Newtonsoft.Json.JsonProperty(PropertyName="userData")]
public string UserData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userData")>]
member this.UserData : string with get, set
Public Property UserData As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to