ReviewsExtensions.AddVideoFrameUrl メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビデオ レビュー用のフレームを追加するには、このメソッドを使用します。タイムスケール: このパラメーターは、フレームのタイムスタンプをミリ秒に変換するために使用される要素です。 タイムスケールは、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 の本文
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET