你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReviewsExtensions.AddVideoFrameUrl 方法

定义

使用此方法为视频审阅添加帧。时间刻度:此参数是一个因素,用于将帧上的时间戳转换为毫秒。 Azure 媒体服务平台上内容审查器视频媒体处理器的输出中提供了时间刻度。视频审查输出中的时间刻度为 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)

参数

operations
IReviews

此扩展方法的操作组。

contentType
String

内容类型。

teamName
String

团队名称。

reviewId
String

评审的 ID。

videoFrameBody
IList<VideoFrameBodyItem>

用于添加视频帧 API 的正文

timescale
Nullable<Int32>

视频的时间刻度。

适用于