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