Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.32 KB

File metadata and controls

70 lines (41 loc) · 1.32 KB
id VideoStatusResult
title VideoStatusResult

Interface: VideoStatusResult

Defined in: packages/typescript/ai/src/types.ts:1300

Experimental

Status of a video generation job.

Video generation is an experimental feature and may change.

Properties

error?

optional error: string;

Defined in: packages/typescript/ai/src/types.ts:1308

Experimental

Error message if status is 'failed'


jobId

jobId: string;

Defined in: packages/typescript/ai/src/types.ts:1302

Experimental

Job identifier


progress?

optional progress: number;

Defined in: packages/typescript/ai/src/types.ts:1306

Experimental

Progress percentage (0-100), if available


status

status: "pending" | "processing" | "completed" | "failed";

Defined in: packages/typescript/ai/src/types.ts:1304

Experimental

Current status of the job