Show / Hide Table of Contents

    Class CreateVideoReviewsBodyItem

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

    Constructors

    CreateVideoReviewsBodyItem()

    Declaration
    public CreateVideoReviewsBodyItem ();

    CreateVideoReviewsBodyItem(String, String, String, IList<CreateVideoReviewsBodyItemVideoFramesItem>, IList<CreateVideoReviewsBodyItemMetadataItem>, Nullable<Int32>, String)

    Declaration
    public CreateVideoReviewsBodyItem (string content, string contentId, string status, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> videoFrames = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemMetadataItem> metadata = null, Nullable<int> timescale = null, string callbackEndpoint = null);
    Parameters
    String content

    String contentId

    String status

    IList<CreateVideoReviewsBodyItemVideoFramesItem> videoFrames

    IList<CreateVideoReviewsBodyItemMetadataItem> metadata

    Nullable<Int32> timescale

    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

    Metadata

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

    Status

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

    Timescale

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Timescale")]
    public Nullable<int> Timescale { get; set; }
    Property Value
    Nullable<Int32>

    Type

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

    VideoFrames

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

    Methods

    Validate()

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