Show / Hide Table of Contents

    Class CreateVideoReviewsBodyItemMetadataItem

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

    Constructors

    CreateVideoReviewsBodyItemMetadataItem()

    Declaration
    public CreateVideoReviewsBodyItemMetadataItem ();

    CreateVideoReviewsBodyItemMetadataItem(String, String)

    Declaration
    public CreateVideoReviewsBodyItemMetadataItem (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