Compartir a través de


FaceList.PersistedFaces Propiedad

Definición

Obtiene o establece caras persistentes dentro de la lista de caras.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a