Class MatchResponse
Inheritance
MatchResponse
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class MatchResponse
Constructors
Declaration
public MatchResponse (string trackingId = null, string cacheID = null, Nullable<bool> isMatch = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match> matches = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="CacheID")]
public string CacheID { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="IsMatch")]
public Nullable<bool> IsMatch { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Matches")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match> Matches { 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