Show / Hide Table of Contents

    Class CreateReviewBodyItem

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

    Constructors

    CreateReviewBodyItem()

    Declaration
    public CreateReviewBodyItem ();

    CreateReviewBodyItem(String, String, String, String, IList<CreateReviewBodyItemMetadataItem>)

    Declaration
    public CreateReviewBodyItem (string type, string content, string contentId, string callbackEndpoint = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItemMetadataItem> metadata = null);
    Parameters
    String type

    String content

    String contentId

    String callbackEndpoint

    IList<CreateReviewBodyItemMetadataItem> metadata

    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

    Metadata

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

    Type

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

    Methods

    Validate()

    Declaration
    public virtual void Validate ();
    Back to top Azure SDK for Net