Show / Hide Table of Contents

    Class Review

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

    Constructors

    Review()

    Declaration
    public Review ();

    Review(String, String, String, IList<KeyValuePair>, String, IList<KeyValuePair>, String, String, String, String)

    Declaration
    public Review (string reviewId = null, string subTeam = null, string status = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> reviewerResultTags = null, string createdBy = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> metadata = null, string type = null, string content = null, string contentId = null, string callbackEndpoint = null);
    Parameters
    String reviewId

    String subTeam

    String status

    IList<KeyValuePair> reviewerResultTags

    String createdBy

    IList<KeyValuePair> metadata

    String type

    String content

    String contentId

    String callbackEndpoint

    Properties

    CallbackEndpoint

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

    Content

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

    ContentId

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

    CreatedBy

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

    Metadata

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

    ReviewerResultTags

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

    ReviewId

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

    Status

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

    SubTeam

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

    Type

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

    Back to top Azure SDK for Net