Share via


FoundFaces.Faces Property

Definition

Gets or sets the list of faces.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to