Show / Hide Table of Contents

    Class VideoFrameBodyItem

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

    Constructors

    VideoFrameBodyItem()

    Declaration
    public VideoFrameBodyItem ();

    VideoFrameBodyItem(String, String, IList<VideoFrameBodyItemReviewerResultTagsItem>, IList<VideoFrameBodyItemMetadataItem>)

    Declaration
    public VideoFrameBodyItem (string timestamp, string frameImage, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItemReviewerResultTagsItem> reviewerResultTags = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItemMetadataItem> metadata = null);
    Parameters
    String timestamp

    String frameImage

    IList<VideoFrameBodyItemReviewerResultTagsItem> reviewerResultTags

    IList<VideoFrameBodyItemMetadataItem> metadata

    Properties

    FrameImage

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

    Metadata

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

    ReviewerResultTags

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

    Timestamp

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

    Methods

    Validate()

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