Reviews class

レビューを表すクラス。

コンストラクター

Reviews(ContentModeratorClientContext)

レビューを作成します。

メソッド

addVideoFrame(string, string, ReviewsAddVideoFrameOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了コールバックのサンプルを確認する

{
"ReviewId": "

.
addVideoFrame(string, string, ReviewsAddVideoFrameOptionalParams, ServiceCallback<void>)
addVideoFrame(string, string, ServiceCallback<void>)
addVideoFrameStream(string, string, string, HttpRequestBody, string, ReviewsAddVideoFrameStreamOptionalParams)

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

addVideoFrameStream(string, string, string, HttpRequestBody, string, ReviewsAddVideoFrameStreamOptionalParams, ServiceCallback<void>)
addVideoFrameStream(string, string, string, HttpRequestBody, string, ServiceCallback<void>)
addVideoFrameUrl(string, string, string, VideoFrameBodyItem[], ReviewsAddVideoFrameUrlOptionalParams)

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

addVideoFrameUrl(string, string, string, VideoFrameBodyItem[], ReviewsAddVideoFrameUrlOptionalParams, ServiceCallback<void>)
addVideoFrameUrl(string, string, string, VideoFrameBodyItem[], ServiceCallback<void>)
addVideoTranscript(string, string, HttpRequestBody, RequestOptionsBase)

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

addVideoTranscript(string, string, HttpRequestBody, RequestOptionsBase, ServiceCallback<void>)
addVideoTranscript(string, string, HttpRequestBody, ServiceCallback<void>)
addVideoTranscriptModerationResult(string, string, string, TranscriptModerationBodyItem[], RequestOptionsBase)

この API は、ビデオ レビュー用のトランスクリプト画面のテキスト結果ファイルを追加します。 トランスクリプト画面テキストの結果ファイルは、Screen Text API の結果です。 トランスクリプト画面テキストの結果ファイルを生成するには、Screen Text API を使用して、トランスクリプト ファイルに不適切な表現が含まれていないかスクリーニングする必要があります。

addVideoTranscriptModerationResult(string, string, string, TranscriptModerationBodyItem[], RequestOptionsBase, ServiceCallback<void>)
addVideoTranscriptModerationResult(string, string, string, TranscriptModerationBodyItem[], ServiceCallback<void>)
createJob(string, ContentType, string, string, JobContentType, Content, ReviewsCreateJobOptionalParams)

このエンドポイントに投稿されたコンテンツのジョブ ID が返されます。

ワークフローに対してコンテンツが評価されると、ワークフロー式に基づいてレビューが作成または無視されます。

CallBack スキーマ

ジョブ完了コールバックのサンプル


{
"JobId": ",
"ReviewId": "<Review Id, if the Job resulted in a Review to be created>",
"WorkFlowId": "default",
"Status": "<This will be one of Complete, InProgress, Error>",
"ContentType": "Image",
"ContentId": "",
"CallBackType": "Job",
"Metadata": {
"adultscore": "0.xxx",
"a": "False",
"racyscore": "0.xxx",
"r": "True"
}
}

完了コールバックのサンプルを確認する


{ "ReviewId": "",
"ModifiedOn": "2016-10-11T22:36:32.9934851Z",
"ModifiedBy": "",
"CallBackType": "Review",
"ContentId": "",
"Metadata": {
"adultscore": "0.xxx", "a": "False",
"racyscore": "0.xxx",
"r": "True"
},
"ReviewerResultTags": {
"a": "False",
"r": "True"
}
}

.
createJob(string, ContentType, string, string, JobContentType, Content, ReviewsCreateJobOptionalParams, ServiceCallback<JobId>)
createJob(string, ContentType, string, string, JobContentType, Content, ServiceCallback<JobId>)
createReviews(string, string, CreateReviewBodyItem[], ReviewsCreateReviewsOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了コールバックのサンプルを確認する

{
"ReviewId": "

.
createReviews(string, string, CreateReviewBodyItem[], ReviewsCreateReviewsOptionalParams, ServiceCallback<string[]>)
createReviews(string, string, CreateReviewBodyItem[], ServiceCallback<string[]>)
createVideoReviews(string, string, CreateVideoReviewsBodyItem[], ReviewsCreateVideoReviewsOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了呼び戻しのサンプルを確認する

{
"ReviewId": "

.
createVideoReviews(string, string, CreateVideoReviewsBodyItem[], ReviewsCreateVideoReviewsOptionalParams, ServiceCallback<string[]>)
createVideoReviews(string, string, CreateVideoReviewsBodyItem[], ServiceCallback<string[]>)
getJobDetails(string, string, RequestOptionsBase)

ジョブ ID のジョブの詳細を取得します。

getJobDetails(string, string, RequestOptionsBase, ServiceCallback<Job>)
getJobDetails(string, string, ServiceCallback<Job>)
getReview(string, string, RequestOptionsBase)

渡されたレビュー ID のレビューの詳細を返します。

getReview(string, string, RequestOptionsBase, ServiceCallback<Review>)
getReview(string, string, ServiceCallback<Review>)
getVideoFrames(string, string, ReviewsGetVideoFramesOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了呼び戻しのサンプルを確認する

{
"ReviewId": "

.
getVideoFrames(string, string, ReviewsGetVideoFramesOptionalParams, ServiceCallback<Frames>)
getVideoFrames(string, string, ServiceCallback<Frames>)
publishVideoReview(string, string, RequestOptionsBase)

ビデオ レビューを公開してレビューできるようにします。

publishVideoReview(string, string, RequestOptionsBase, ServiceCallback<void>)
publishVideoReview(string, string, ServiceCallback<void>)

コンストラクターの詳細

Reviews(ContentModeratorClientContext)

レビューを作成します。

new Reviews(client: ContentModeratorClientContext)

パラメーター

client
ContentModeratorClientContext

サービス クライアントへの参照。

メソッドの詳細

addVideoFrame(string, string, ReviewsAddVideoFrameOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了コールバックのサンプルを確認する

{
"ReviewId": "

.
function addVideoFrame(teamName: string, reviewId: string, options?: ReviewsAddVideoFrameOptionalParams): Promise<RestResponse>

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
ReviewsAddVideoFrameOptionalParams

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

addVideoFrame(string, string, ReviewsAddVideoFrameOptionalParams, ServiceCallback<void>)

function addVideoFrame(teamName: string, reviewId: string, options: ReviewsAddVideoFrameOptionalParams, callback: ServiceCallback<void>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
ReviewsAddVideoFrameOptionalParams

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

addVideoFrame(string, string, ServiceCallback<void>)

function addVideoFrame(teamName: string, reviewId: string, callback: ServiceCallback<void>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

callback

ServiceCallback<void>

コールバック。

addVideoFrameStream(string, string, string, HttpRequestBody, string, ReviewsAddVideoFrameStreamOptionalParams)

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

function addVideoFrameStream(contentType: string, teamName: string, reviewId: string, frameImageZip: HttpRequestBody, frameMetadata: string, options?: ReviewsAddVideoFrameStreamOptionalParams): Promise<RestResponse>

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

frameImageZip
HttpRequestBody

フレーム 画像を含む Zip ファイル。

frameMetadata

string

フレームのメタデータ。

options
ReviewsAddVideoFrameStreamOptionalParams

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

addVideoFrameStream(string, string, string, HttpRequestBody, string, ReviewsAddVideoFrameStreamOptionalParams, ServiceCallback<void>)

function addVideoFrameStream(contentType: string, teamName: string, reviewId: string, frameImageZip: HttpRequestBody, frameMetadata: string, options: ReviewsAddVideoFrameStreamOptionalParams, callback: ServiceCallback<void>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

frameImageZip
HttpRequestBody

フレーム 画像を含む Zip ファイル。

frameMetadata

string

フレームのメタデータ。

options
ReviewsAddVideoFrameStreamOptionalParams

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

addVideoFrameStream(string, string, string, HttpRequestBody, string, ServiceCallback<void>)

function addVideoFrameStream(contentType: string, teamName: string, reviewId: string, frameImageZip: HttpRequestBody, frameMetadata: string, callback: ServiceCallback<void>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

frameImageZip
HttpRequestBody

フレーム 画像を含む Zip ファイル。

frameMetadata

string

フレームのメタデータ。

callback

ServiceCallback<void>

コールバック。

addVideoFrameUrl(string, string, string, VideoFrameBodyItem[], ReviewsAddVideoFrameUrlOptionalParams)

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

function addVideoFrameUrl(contentType: string, teamName: string, reviewId: string, videoFrameBody: VideoFrameBodyItem[], options?: ReviewsAddVideoFrameUrlOptionalParams): Promise<RestResponse>

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

videoFrameBody

VideoFrameBodyItem[]

ビデオ フレームの追加 API の本文

options
ReviewsAddVideoFrameUrlOptionalParams

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

addVideoFrameUrl(string, string, string, VideoFrameBodyItem[], ReviewsAddVideoFrameUrlOptionalParams, ServiceCallback<void>)

function addVideoFrameUrl(contentType: string, teamName: string, reviewId: string, videoFrameBody: VideoFrameBodyItem[], options: ReviewsAddVideoFrameUrlOptionalParams, callback: ServiceCallback<void>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

videoFrameBody

VideoFrameBodyItem[]

ビデオ フレームの追加 API の本文

options
ReviewsAddVideoFrameUrlOptionalParams

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

addVideoFrameUrl(string, string, string, VideoFrameBodyItem[], ServiceCallback<void>)

function addVideoFrameUrl(contentType: string, teamName: string, reviewId: string, videoFrameBody: VideoFrameBodyItem[], callback: ServiceCallback<void>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

videoFrameBody

VideoFrameBodyItem[]

ビデオ フレームの追加 API の本文

callback

ServiceCallback<void>

コールバック。

addVideoTranscript(string, string, HttpRequestBody, RequestOptionsBase)

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

function addVideoTranscript(teamName: string, reviewId: string, vTTfile: HttpRequestBody, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

vTTfile
HttpRequestBody

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

addVideoTranscript(string, string, HttpRequestBody, RequestOptionsBase, ServiceCallback<void>)

function addVideoTranscript(teamName: string, reviewId: string, vTTfile: HttpRequestBody, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

vTTfile
HttpRequestBody

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

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

addVideoTranscript(string, string, HttpRequestBody, ServiceCallback<void>)

function addVideoTranscript(teamName: string, reviewId: string, vTTfile: HttpRequestBody, callback: ServiceCallback<void>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

vTTfile
HttpRequestBody

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

callback

ServiceCallback<void>

コールバック。

addVideoTranscriptModerationResult(string, string, string, TranscriptModerationBodyItem[], RequestOptionsBase)

この API は、ビデオ レビュー用のトランスクリプト画面のテキスト結果ファイルを追加します。 トランスクリプト画面テキストの結果ファイルは、Screen Text API の結果です。 トランスクリプト画面テキストの結果ファイルを生成するには、Screen Text API を使用して、トランスクリプト ファイルに不適切な表現が含まれていないかスクリーニングする必要があります。

function addVideoTranscriptModerationResult(contentType: string, teamName: string, reviewId: string, transcriptModerationBody: TranscriptModerationBodyItem[], options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

transcriptModerationBody

TranscriptModerationBodyItem[]

ビデオ トランスクリプト モデレーション結果 API を追加するための本文

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

addVideoTranscriptModerationResult(string, string, string, TranscriptModerationBodyItem[], RequestOptionsBase, ServiceCallback<void>)

function addVideoTranscriptModerationResult(contentType: string, teamName: string, reviewId: string, transcriptModerationBody: TranscriptModerationBodyItem[], options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

transcriptModerationBody

TranscriptModerationBodyItem[]

ビデオ トランスクリプト モデレーション結果 API を追加するための本文

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

addVideoTranscriptModerationResult(string, string, string, TranscriptModerationBodyItem[], ServiceCallback<void>)

function addVideoTranscriptModerationResult(contentType: string, teamName: string, reviewId: string, transcriptModerationBody: TranscriptModerationBodyItem[], callback: ServiceCallback<void>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

reviewId

string

レビューの ID。

transcriptModerationBody

TranscriptModerationBodyItem[]

ビデオ トランスクリプト モデレーション結果 API を追加するための本文

callback

ServiceCallback<void>

コールバック。

createJob(string, ContentType, string, string, JobContentType, Content, ReviewsCreateJobOptionalParams)

このエンドポイントに投稿されたコンテンツのジョブ ID が返されます。

ワークフローに対してコンテンツが評価されると、ワークフロー式に基づいてレビューが作成または無視されます。

CallBack スキーマ

ジョブ完了コールバックのサンプル


{
"JobId": ",
"ReviewId": "<Review Id, if the Job resulted in a Review to be created>",
"WorkFlowId": "default",
"Status": "<This will be one of Complete, InProgress, Error>",
"ContentType": "Image",
"ContentId": "",
"CallBackType": "Job",
"Metadata": {
"adultscore": "0.xxx",
"a": "False",
"racyscore": "0.xxx",
"r": "True"
}
}

完了コールバックのサンプルを確認する


{ "ReviewId": "",
"ModifiedOn": "2016-10-11T22:36:32.9934851Z",
"ModifiedBy": "",
"CallBackType": "Review",
"ContentId": "",
"Metadata": {
"adultscore": "0.xxx", "a": "False",
"racyscore": "0.xxx",
"r": "True"
},
"ReviewerResultTags": {
"a": "False",
"r": "True"
}
}

.
function createJob(teamName: string, contentType: ContentType, contentId: string, workflowName: string, jobContentType: JobContentType, content: Content, options?: ReviewsCreateJobOptionalParams): Promise<ReviewsCreateJobResponse>

パラメーター

teamName

string

チーム名。

contentType
ContentType

画像、テキスト、またはビデオ。 使用可能な値は、'Image'、'Text'、'Video' です。

contentId

string

送信されたコンテンツを識別する ID/名前。

workflowName

string

呼び出すワークフロー名。

jobContentType
JobContentType

コンテンツの種類。 指定できる値は、'application/json'、'image/jpeg' です。

content
Content

評価するコンテンツ。

options
ReviewsCreateJobOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.ReviewsCreateJobResponse>

createJob(string, ContentType, string, string, JobContentType, Content, ReviewsCreateJobOptionalParams, ServiceCallback<JobId>)

function createJob(teamName: string, contentType: ContentType, contentId: string, workflowName: string, jobContentType: JobContentType, content: Content, options: ReviewsCreateJobOptionalParams, callback: ServiceCallback<JobId>)

パラメーター

teamName

string

チーム名。

contentType
ContentType

画像、テキスト、またはビデオ。 使用可能な値は、'Image'、'Text'、'Video' です。

contentId

string

送信されたコンテンツを識別する ID/名前。

workflowName

string

呼び出すワークフロー名。

jobContentType
JobContentType

コンテンツの種類。 指定できる値は、'application/json'、'image/jpeg' です。

content
Content

評価するコンテンツ。

options
ReviewsCreateJobOptionalParams

省略可能なパラメーター

callback

ServiceCallback<JobId>

コールバック。

createJob(string, ContentType, string, string, JobContentType, Content, ServiceCallback<JobId>)

function createJob(teamName: string, contentType: ContentType, contentId: string, workflowName: string, jobContentType: JobContentType, content: Content, callback: ServiceCallback<JobId>)

パラメーター

teamName

string

チーム名。

contentType
ContentType

画像、テキスト、またはビデオ。 使用可能な値は、'Image'、'Text'、'Video' です。

contentId

string

送信されたコンテンツを識別する ID/名前。

workflowName

string

呼び出すワークフロー名。

jobContentType
JobContentType

コンテンツの種類。 指定できる値は、'application/json'、'image/jpeg' です。

content
Content

評価するコンテンツ。

callback

ServiceCallback<JobId>

コールバック。

createReviews(string, string, CreateReviewBodyItem[], ReviewsCreateReviewsOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了コールバックのサンプルを確認する

{
"ReviewId": "

.
function createReviews(urlContentType: string, teamName: string, createReviewBody: CreateReviewBodyItem[], options?: ReviewsCreateReviewsOptionalParams): Promise<ReviewsCreateReviewsResponse>

パラメーター

urlContentType

string

コンテンツの種類。

teamName

string

チーム名。

createReviewBody

CreateReviewBodyItem[]

レビュー作成 API の本文

options
ReviewsCreateReviewsOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.ReviewsCreateReviewsResponse>

createReviews(string, string, CreateReviewBodyItem[], ReviewsCreateReviewsOptionalParams, ServiceCallback<string[]>)

function createReviews(urlContentType: string, teamName: string, createReviewBody: CreateReviewBodyItem[], options: ReviewsCreateReviewsOptionalParams, callback: ServiceCallback<string[]>)

パラメーター

urlContentType

string

コンテンツの種類。

teamName

string

チーム名。

createReviewBody

CreateReviewBodyItem[]

レビュー作成 API の本文

options
ReviewsCreateReviewsOptionalParams

省略可能なパラメーター

callback

ServiceCallback<string[]>

コールバック。

createReviews(string, string, CreateReviewBodyItem[], ServiceCallback<string[]>)

function createReviews(urlContentType: string, teamName: string, createReviewBody: CreateReviewBodyItem[], callback: ServiceCallback<string[]>)

パラメーター

urlContentType

string

コンテンツの種類。

teamName

string

チーム名。

createReviewBody

CreateReviewBodyItem[]

レビュー作成 API の本文

callback

ServiceCallback<string[]>

コールバック。

createVideoReviews(string, string, CreateVideoReviewsBodyItem[], ReviewsCreateVideoReviewsOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了呼び戻しのサンプルを確認する

{
"ReviewId": "

.
function createVideoReviews(contentType: string, teamName: string, createVideoReviewsBody: CreateVideoReviewsBodyItem[], options?: ReviewsCreateVideoReviewsOptionalParams): Promise<ReviewsCreateVideoReviewsResponse>

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

createVideoReviewsBody

CreateVideoReviewsBodyItem[]

レビュー作成 API の本文

options
ReviewsCreateVideoReviewsOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.ReviewsCreateVideoReviewsResponse>

createVideoReviews(string, string, CreateVideoReviewsBodyItem[], ReviewsCreateVideoReviewsOptionalParams, ServiceCallback<string[]>)

function createVideoReviews(contentType: string, teamName: string, createVideoReviewsBody: CreateVideoReviewsBodyItem[], options: ReviewsCreateVideoReviewsOptionalParams, callback: ServiceCallback<string[]>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

createVideoReviewsBody

CreateVideoReviewsBodyItem[]

レビュー作成 API の本文

options
ReviewsCreateVideoReviewsOptionalParams

省略可能なパラメーター

callback

ServiceCallback<string[]>

コールバック。

createVideoReviews(string, string, CreateVideoReviewsBodyItem[], ServiceCallback<string[]>)

function createVideoReviews(contentType: string, teamName: string, createVideoReviewsBody: CreateVideoReviewsBodyItem[], callback: ServiceCallback<string[]>)

パラメーター

contentType

string

コンテンツの種類。

teamName

string

チーム名。

createVideoReviewsBody

CreateVideoReviewsBodyItem[]

レビュー作成 API の本文

callback

ServiceCallback<string[]>

コールバック。

getJobDetails(string, string, RequestOptionsBase)

ジョブ ID のジョブの詳細を取得します。

function getJobDetails(teamName: string, jobId: string, options?: RequestOptionsBase): Promise<ReviewsGetJobDetailsResponse>

パラメーター

teamName

string

チーム名。

jobId

string

ジョブの ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ReviewsGetJobDetailsResponse>

getJobDetails(string, string, RequestOptionsBase, ServiceCallback<Job>)

function getJobDetails(teamName: string, jobId: string, options: RequestOptionsBase, callback: ServiceCallback<Job>)

パラメーター

teamName

string

チーム名。

jobId

string

ジョブの ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Job>

コールバック。

getJobDetails(string, string, ServiceCallback<Job>)

function getJobDetails(teamName: string, jobId: string, callback: ServiceCallback<Job>)

パラメーター

teamName

string

チーム名。

jobId

string

ジョブの ID。

callback

ServiceCallback<Job>

コールバック。

getReview(string, string, RequestOptionsBase)

渡されたレビュー ID のレビューの詳細を返します。

function getReview(teamName: string, reviewId: string, options?: RequestOptionsBase): Promise<ReviewsGetReviewResponse>

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ReviewsGetReviewResponse>

getReview(string, string, RequestOptionsBase, ServiceCallback<Review>)

function getReview(teamName: string, reviewId: string, options: RequestOptionsBase, callback: ServiceCallback<Review>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<Review>

コールバック。

getReview(string, string, ServiceCallback<Review>)

function getReview(teamName: string, reviewId: string, callback: ServiceCallback<Review>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

callback

ServiceCallback<Review>

コールバック。

getVideoFrames(string, string, ReviewsGetVideoFramesOptionalParams)

作成されたレビューは、チームのレビュー担当者に対して表示されます。 レビュー担当者がレビューを完了すると、レビューの結果が指定された CallBackEndpoint に投稿されます (つまり、HTTP POST)。

CallBack スキーマ

完了呼び戻しのサンプルを確認する

{
"ReviewId": "

.
function getVideoFrames(teamName: string, reviewId: string, options?: ReviewsGetVideoFramesOptionalParams): Promise<ReviewsGetVideoFramesResponse>

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
ReviewsGetVideoFramesOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.ReviewsGetVideoFramesResponse>

getVideoFrames(string, string, ReviewsGetVideoFramesOptionalParams, ServiceCallback<Frames>)

function getVideoFrames(teamName: string, reviewId: string, options: ReviewsGetVideoFramesOptionalParams, callback: ServiceCallback<Frames>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
ReviewsGetVideoFramesOptionalParams

省略可能なパラメーター

callback

ServiceCallback<Frames>

コールバック。

getVideoFrames(string, string, ServiceCallback<Frames>)

function getVideoFrames(teamName: string, reviewId: string, callback: ServiceCallback<Frames>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

callback

ServiceCallback<Frames>

コールバック。

publishVideoReview(string, string, RequestOptionsBase)

ビデオ レビューを公開してレビューできるようにします。

function publishVideoReview(teamName: string, reviewId: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

publishVideoReview(string, string, RequestOptionsBase, ServiceCallback<void>)

function publishVideoReview(teamName: string, reviewId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

publishVideoReview(string, string, ServiceCallback<void>)

function publishVideoReview(teamName: string, reviewId: string, callback: ServiceCallback<void>)

パラメーター

teamName

string

チーム名。

reviewId

string

レビューの ID。

callback

ServiceCallback<void>

コールバック。