Class CreateVideoReviewsBodyItemVideoFramesItem
Inheritance
CreateVideoReviewsBodyItemVideoFramesItem
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class CreateVideoReviewsBodyItemVideoFramesItem
Constructors
Declaration
public CreateVideoReviewsBodyItemVideoFramesItem ();
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
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="FrameImage")]
public string FrameImage { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Id")]
public string Id { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItemMetadataItem> Metadata { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ReviewerResultTags")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem> ReviewerResultTags { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Timestamp")]
public int Timestamp { get; set; }
Property Value
Methods
Declaration
public virtual void Validate ();