PersistedFaceResponse.PersistedFaceId Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="persistedFaceId")]
public Guid? PersistedFaceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="persistedFaceId")>]
member this.PersistedFaceId : Nullable<Guid> with get, set
Public Property PersistedFaceId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to