Class CreateVideoReviewsBodyItem
Inheritance
CreateVideoReviewsBodyItem
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class CreateVideoReviewsBodyItem
Constructors
Declaration
public CreateVideoReviewsBodyItem ();
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
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="CallbackEndpoint")]
public string CallbackEndpoint { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Content")]
public string Content { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ContentId")]
public string ContentId { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemMetadataItem> Metadata { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public string Status { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Timescale")]
public Nullable<int> Timescale { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Type")]
public static string Type { get; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="VideoFrames")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> VideoFrames { get; set; }
Property Value
Methods
Declaration
public virtual void Validate ();