ImageAnalysis.Faces Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to