Declaration
public FoundFaces (Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, string trackingId = null, string cacheId = null, Nullable<bool> result = null, Nullable<int> count = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> advancedInfo = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face> faces = null);
Parameters
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="AdvancedInfo")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> AdvancedInfo { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="CacheId")]
public string CacheId { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Count")]
public Nullable<int> Count { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Faces")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face> Faces { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Result")]
public Nullable<bool> Result { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
public string TrackingId { get; set; }
Property Value