ReviewsExtensions.CreateReviewsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。
<h3>CallBack スキーマ </h3><h4>Review Completion CallBack Sample</h4<>p> {<br/> "ReviewId": "<Review Id>",<br/> "ModifiedOn": "2016-10-11T22:36:32.9934 851Z",<br/> "ModifiedBy": "<Name of the Reviewer>",<br/> "CallBackType": "Review",<br/> "ContentId": "<The ContentId that specified input>",<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/>
</p>.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<string>> CreateReviewsAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string urlContentType, string teamName, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> createReviewBody, string subTeam = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateReviewsAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<string>>
<Extension()>
Public Function CreateReviewsAsync (operations As IReviews, urlContentType As String, teamName As String, createReviewBody As IList(Of CreateReviewBodyItem), Optional subTeam As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of String))
パラメーター
- operations
- IReviews
この拡張メソッドの操作グループ。
- urlContentType
- String
コンテンツの種類。
- teamName
- String
チーム名。
- createReviewBody
- IList<CreateReviewBodyItem>
レビュー作成 API の本文
- subTeam
- String
チームのサブチーム。作成したレビューを割り当てる必要があります。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
適用対象
Azure SDK for .NET