次の方法で共有


Reviews.AddVideoTranscriptWithHttpMessagesAsync メソッド

定義

この API により、トランスクリプト ファイル (ビデオで話されているすべての単語のテキスト バージョン) がビデオ レビューに追加されます。 ファイルは、有効な WebVTT 形式である必要があります。

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> AddVideoTranscriptWithHttpMessagesAsync (string teamName, string reviewId, System.IO.Stream vTTfile, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddVideoTranscriptWithHttpMessagesAsync : string * string * System.IO.Stream * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
override this.AddVideoTranscriptWithHttpMessagesAsync : string * string * System.IO.Stream * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function AddVideoTranscriptWithHttpMessagesAsync (teamName As String, reviewId As String, vTTfile As Stream, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

パラメーター

teamName
String

チーム名。

reviewId
String

レビューの ID。

vTTfile
Stream

ビデオのトランスクリプト ファイル。

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

実装

例外

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

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

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

適用対象