Share via


SimilarFace.PersistedFaceId Property

Definition

Gets or sets persistedFaceId of candidate face when find by faceListId. persistedFaceId in face list is persisted and will not expire. As showed in below response

[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