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

IReviews.CreateVideoReviewsWithHttpMessagesAsync 方法

定义

将为团队中的评审者显示创建的评审。 评审者完成评审后,将在指定的 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 System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<string>>> CreateVideoReviewsWithHttpMessagesAsync (string contentType, string teamName, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem> createVideoReviewsBody, string subTeam = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateVideoReviewsWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<string>>>
Public Function CreateVideoReviewsWithHttpMessagesAsync (contentType As String, teamName As String, createVideoReviewsBody As IList(Of CreateVideoReviewsBodyItem), Optional subTeam As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of IList(Of String)))

参数

contentType
String

内容类型。

teamName
String

你的团队名称。

createVideoReviewsBody
IList<CreateVideoReviewsBodyItem>

创建评审 API 的正文

subTeam
String

要向其分配创建的评审的团队的子团队。

customHeaders
Dictionary<String,List<String>>

将添加到请求的标头。

cancellationToken
CancellationToken

取消标记。

返回

例外

操作返回无效状态代码时引发

无法反序列化响应时引发

当所需的参数为 null 时引发

适用于