Show / Hide Table of Contents

    Class MatchResponse

    Inheritance
    Object
    MatchResponse
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class MatchResponse

    Constructors

    MatchResponse()

    Declaration
    public MatchResponse ();

    MatchResponse(String, String, Nullable<Boolean>, IList<Match>, Status)

    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
    String trackingId

    String cacheID

    Nullable<Boolean> isMatch

    IList<Match> matches

    Status status

    Properties

    CacheID

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="CacheID")]
    public string CacheID { get; set; }
    Property Value
    String

    IsMatch

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="IsMatch")]
    public Nullable<bool> IsMatch { get; set; }
    Property Value
    Nullable<Boolean>

    Matches

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Matches")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Match> Matches { get; set; }
    Property Value
    IList<Match>

    Status

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Status")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
    Property Value
    Status

    TrackingId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
    public string TrackingId { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net