다음을 통해 공유


Reviews class

Reviews를 나타내는 클래스입니다.

생성자

Reviews(ContentModeratorClientContext)

검토를 만듭니다.

메서드

addVideoFrame(string, string, ReviewsAddVideoFrameOptionalParams)

팀의 검토자에게 생성된 검토가 표시됩니다. 검토자가 검토를 완료하면 지정된 CallBackEndpoint에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"ReviewId": "

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

이 메서드를 사용하여 비디오 검토에 대한 프레임을 추가합니다. Timescale: 이 매개 변수는 프레임의 타임스탬프를 밀리초로 변환하는 데 사용되는 요소입니다. 시간 표시줄은 Azure Media Services 플랫폼의 Content Moderator 비디오 미디어 프로세서 출력에 제공됩니다. 비디오 조정 출력의 시간 표시줄은 틱/초입니다.

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

이 메서드를 사용하여 비디오 검토에 대한 프레임을 추가합니다. Timescale: 이 매개 변수는 프레임의 타임스탬프를 밀리초로 변환하는 데 사용되는 요소입니다. 시간 표시줄은 Azure Media Services 플랫폼의 Content Moderator 비디오 미디어 프로세서 출력에 제공됩니다. 비디오 조정 출력의 시간 표시줄은 틱/초입니다.

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가 반환됩니다.

워크플로에 대해 콘텐츠가 평가되면 워크플로 식에 따라 검토가 생성되거나 무시됩니다.

콜백 스키마

작업 완료 콜백 샘플


{
"JobId": ",
"ReviewId": "<검토 ID, 작업이 검토를 만든> 경우",
"WorkFlowId": "default",
"Status": "<Complete, InProgress, Error> 중 하나가 됩니다.",
"ContentType": "Image",
"ContentId": "",
"CallBackType": "Job",
"메타데이터": {
"adultscore": "0.xxx",
"a": "False",
"racyscore": "0.xxx",
"r": "True"
}
}

완료 콜백 샘플 검토


{ "ReviewId": "",
"ModifiedOn": "2016-10-11T22:36:32.9934851Z",
"ModifiedBy": "",
"CallBackType": "검토",
"ContentId": "",
"메타데이터": {
"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에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"ReviewId": "

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

팀의 검토자에게 생성된 검토가 표시됩니다. 검토자가 검토를 완료하면 지정된 CallBackEndpoint에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"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에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"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에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"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)

이 메서드를 사용하여 비디오 검토에 대한 프레임을 추가합니다. Timescale: 이 매개 변수는 프레임의 타임스탬프를 밀리초로 변환하는 데 사용되는 요소입니다. 시간 표시줄은 Azure Media Services 플랫폼의 Content Moderator 비디오 미디어 프로세서 출력에 제공됩니다. 비디오 조정 출력의 시간 표시줄은 틱/초입니다.

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)

이 메서드를 사용하여 비디오 검토에 대한 프레임을 추가합니다. Timescale: 이 매개 변수는 프레임의 타임스탬프를 밀리초로 변환하는 데 사용되는 요소입니다. 시간 표시줄은 Azure Media Services 플랫폼의 Content Moderator 비디오 미디어 프로세서 출력에 제공됩니다. 비디오 조정 출력의 시간 표시줄은 틱/초입니다.

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가 반환됩니다.

워크플로에 대해 콘텐츠가 평가되면 워크플로 식에 따라 검토가 생성되거나 무시됩니다.

콜백 스키마

작업 완료 콜백 샘플


{
"JobId": ",
"ReviewId": "<검토 ID, 작업이 검토를 만든> 경우",
"WorkFlowId": "default",
"Status": "<Complete, InProgress, Error> 중 하나가 됩니다.",
"ContentType": "Image",
"ContentId": "",
"CallBackType": "Job",
"메타데이터": {
"adultscore": "0.xxx",
"a": "False",
"racyscore": "0.xxx",
"r": "True"
}
}

완료 콜백 샘플 검토


{ "ReviewId": "",
"ModifiedOn": "2016-10-11T22:36:32.9934851Z",
"ModifiedBy": "",
"CallBackType": "검토",
"ContentId": "",
"메타데이터": {
"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에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"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에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"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에서 검토 결과가 POSTED가 됩니다(예: HTTP POST).

콜백 스키마

완료 콜백 샘플 검토

{
"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>

콜백