次の方法で共有


ReviewsExtensions.AddVideoFrameUrl メソッド

定義

ビデオ レビュー用のフレームを追加するには、このメソッドを使用します。タイムスケール: このパラメーターは、フレームのタイムスタンプをミリ秒に変換するために使用される要素です。 タイムスケールは、Azure Media Services プラットフォーム上の Content Moderator ビデオ メディア プロセッサの出力で提供されます。ビデオ モデレーション出力のタイムスケールは 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>

ビデオのタイムスケール。

適用対象