Show / Hide Table of Contents

    Class VideoFrameBodyItemMetadataItem

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

    Constructors

    VideoFrameBodyItemMetadataItem()

    Declaration
    public VideoFrameBodyItemMetadataItem ();

    VideoFrameBodyItemMetadataItem(String, String)

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