Show / Hide Table of Contents

    Class CreateReviewBodyItemMetadataItem

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

    Constructors

    CreateReviewBodyItemMetadataItem()

    Declaration
    public CreateReviewBodyItemMetadataItem ();

    CreateReviewBodyItemMetadataItem(String, String)

    Declaration
    public CreateReviewBodyItemMetadataItem (string key, string value);
    Parameters
    String key

    String value

    Properties

    Key

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

    Value

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

    Methods

    Validate()

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