Show / Hide Table of Contents

    Class Frames

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

    Constructors

    Frames()

    Declaration
    public Frames ();

    Frames(String, IList<Frame>)

    Declaration
    public Frames (string reviewId = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frame> videoFrames = null);
    Parameters
    String reviewId

    IList<Frame> videoFrames

    Properties

    ReviewId

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

    VideoFrames

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

    Back to top Azure SDK for Net