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

ReviewsExtensions.AddVideoFrameAsync 方法

定义

将为团队中的评审者显示创建的评审。 评审者完成评审后,将在指定的 CallBackEndpoint 上发布评审结果(即 HTTP POST)。

<h3>CallBack Schemas </h3><h4>Review Completion CallBack Sample</h4><p> {<br/> “ReviewId”: “<Review Id>”,<br/> “ModifiedOn”: “2016-10-11T22:36:32.99348 51Z”,<br/> “ModifiedBy”: “<审阅者>的名称”,<br/> “CallBackType”: “Review”,<br/> “ContentId”: “指定输入>的 ContentId”<,<br/> “Metadata”: {<br/> “adultscore”: “0.xxx”,<Br/>“a”: “False”,<br/> “racyscore”: “0.xxx”,<br/> “r”: “True”<br/> },<br/> “ReviewerResultTags”: {<br/> “a”: “False”,<br/> “r”: “True”<br/> }<br/ }br/> }<br/>

</p>.

public static System.Threading.Tasks.Task AddVideoFrameAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string teamName, string reviewId, int? timescale = default, System.Threading.CancellationToken cancellationToken = default);
static member AddVideoFrameAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddVideoFrameAsync (operations As IReviews, teamName As String, reviewId As String, Optional timescale As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

operations
IReviews

此扩展方法的操作组。

teamName
String

你的团队名称。

reviewId
String

评审的 ID。

timescale
Nullable<Int32>

要向其添加帧的视频的时间刻度。

cancellationToken
CancellationToken

取消标记。

返回

适用于