FaceList.PersistedFaces Property

Definition

Gets or sets persisted faces within the face list.

[Newtonsoft.Json.JsonProperty(PropertyName="persistedFaces")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace> PersistedFaces { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="persistedFaces")>]
member this.PersistedFaces : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace> with get, set
Public Property PersistedFaces As IList(Of PersistedFace)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to