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