Share via


ReviewsExtensions.AddVideoFrameUrl Method

Definition

Use this method to add frames for a video review.Timescale: This parameter is a factor which is used to convert the timestamp on a frame into milliseconds. Timescale is provided in the output of the Content Moderator video media processor on the Azure Media Services platform.Timescale in the Video Moderation output is Ticks/Second.

public static void AddVideoFrameUrl (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string contentType, string teamName, string reviewId, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> videoFrameBody, int? timescale = default);
static member AddVideoFrameUrl : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> * Nullable<int> -> unit
<Extension()>
Public Sub AddVideoFrameUrl (operations As IReviews, contentType As String, teamName As String, reviewId As String, videoFrameBody As IList(Of VideoFrameBodyItem), Optional timescale As Nullable(Of Integer) = Nothing)

Parameters

operations
IReviews

The operations group for this extension method.

contentType
String

The content type.

teamName
String

Your team name.

reviewId
String

Id of the review.

videoFrameBody
IList<VideoFrameBodyItem>

Body for add video frames API

timescale
Nullable<Int32>

Timescale of the video.

Applies to