次の方法で共有


ReviewsExtensions.AddVideoFrame メソッド

定義

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された 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 void AddVideoFrame (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string teamName, string reviewId, int? timescale = default);
static member AddVideoFrame : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * Nullable<int> -> unit
<Extension()>
Public Sub AddVideoFrame (operations As IReviews, teamName As String, reviewId As String, Optional timescale As Nullable(Of Integer) = Nothing)

パラメーター

operations
IReviews

この拡張メソッドの操作グループ。

teamName
String

チーム名。

reviewId
String

レビューの ID。

timescale
Nullable<Int32>

フレームを追加するビデオのタイムスケール。

適用対象