CreateVideoReviewsBodyItem interface

本文のスキーマ項目。

プロパティ

callbackEndpoint

省略可能な CallbackEndpoint。

content

確認するビデオ コンテンツの URL。

contentId

コンテンツ識別子。

metadata

省略可能なメタデータの詳細。

status

ビデオの状態 (完了、未公開、保留中)。 指定できる値は、'Complete'、'Unpublished'、'Pending' です。

timescale

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

videoFrames

省略可能なメタデータの詳細。

プロパティの詳細

callbackEndpoint

省略可能な CallbackEndpoint。

callbackEndpoint?: string

プロパティ値

string

content

確認するビデオ コンテンツの URL。

content: string

プロパティ値

string

contentId

コンテンツ識別子。

contentId: string

プロパティ値

string

metadata

省略可能なメタデータの詳細。

metadata?: CreateVideoReviewsBodyItemMetadataItem[]

プロパティ値

status

ビデオの状態 (完了、未公開、保留中)。 指定できる値は、'Complete'、'Unpublished'、'Pending' です。

status: StatusEnum

プロパティ値

timescale

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

timescale?: number

プロパティ値

number

videoFrames

省略可能なメタデータの詳細。

videoFrames?: CreateVideoReviewsBodyItemVideoFramesItem[]

プロパティ値