Share via


FoundFaces.Count Property

Definition

Gets or sets number of faces found.

[Newtonsoft.Json.JsonProperty(PropertyName="Count")]
public int? Count { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Count")>]
member this.Count : Nullable<int> with get, set
Public Property Count As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to