次の方法で共有


IReviews.AddVideoFrameUrlWithHttpMessagesAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> AddVideoFrameUrlWithHttpMessagesAsync (string contentType, string teamName, string reviewId, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> videoFrameBody, int? timescale = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddVideoFrameUrlWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function AddVideoFrameUrlWithHttpMessagesAsync (contentType As String, teamName As String, reviewId As String, videoFrameBody As IList(Of VideoFrameBodyItem), Optional timescale As Nullable(Of Integer) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

パラメーター

contentType
String

コンテンツの種類。

teamName
String

チーム名。

reviewId
String

レビューの ID。

videoFrameBody
IList<VideoFrameBodyItem>

ビデオ フレーム API を追加するための本文

timescale
Nullable<Int32>

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

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象