Show / Hide Table of Contents

    Class CreateVideoReviewsBodyItemVideoFramesItem

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

    Constructors

    CreateVideoReviewsBodyItemVideoFramesItem()

    Declaration
    public CreateVideoReviewsBodyItemVideoFramesItem ();

    CreateVideoReviewsBodyItemVideoFramesItem(String, Int32, String, IList<CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem>, IList<CreateVideoReviewsBodyItemVideoFramesItemMetadataItem>)

    Declaration
    public CreateVideoReviewsBodyItemVideoFramesItem (string id, int timestamp, string frameImage, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem> reviewerResultTags = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItemMetadataItem> metadata = null);
    Parameters
    String id

    Int32 timestamp

    String frameImage

    IList<CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem> reviewerResultTags

    IList<CreateVideoReviewsBodyItemVideoFramesItemMetadataItem> metadata

    Properties

    FrameImage

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

    Id

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

    Metadata

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

    ReviewerResultTags

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

    Timestamp

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

    Methods

    Validate()

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