| id | VideoStatusResult |
|---|---|
| title | 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.
optional error: string;Defined in: packages/typescript/ai/src/types.ts:1308
Experimental
Error message if status is 'failed'
jobId: string;Defined in: packages/typescript/ai/src/types.ts:1302
Experimental
Job identifier
optional progress: number;Defined in: packages/typescript/ai/src/types.ts:1306
Experimental
Progress percentage (0-100), if available
status: "pending" | "processing" | "completed" | "failed";Defined in: packages/typescript/ai/src/types.ts:1304
Experimental
Current status of the job