Class SceneAnalysisListItem

Export

SceneAnalysisListItem

Constructors

Properties

createdAt?: Date

Creation timestamp, returned as UTC in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ (required)

Memberof

SceneAnalysisListItem

description?: string

Analysis description. Empty when analysis metadata is unavailable (required)

Memberof

SceneAnalysisListItem

encodingId?: string

ID of the associated encoding (required)

Memberof

SceneAnalysisListItem

id?: string

AI scene analysis ID (required)

Memberof

SceneAnalysisListItem

keywords?: string[]

Analysis keywords in their original order and casing, including duplicates. Omitted or empty when analysis metadata is unavailable; consumers must treat both representations as an empty list

Memberof

SceneAnalysisListItem

outputLanguageCodes?: string[]

Unique language codes for available translated analysis details in backend-defined deterministic order. Order and casing are returned unchanged. Omitted or empty when no translations are available; consumers must treat both representations as an empty list

Memberof

SceneAnalysisListItem

sceneCount?: number

Number of scenes in the analysis. Zero when analysis metadata is unavailable (required)

Memberof

SceneAnalysisListItem

title?: string

Inferred title representing the analyzed content as a whole. If omitted or null, the title is not available.

Memberof

SceneAnalysisListItem