spec property

Map<String, Object?>? spec
final

The decoded authored VideoSpec for an AI (prompt/edit) render, or null for code/spec/key renders and before the spec has been authored.

Populated at the same moment as code (typically before the video finishes encoding). The Playground hands this back as the base of a surgical edit so the AI Assistant can amend the last authored video.

Implementation

final Map<String, Object?>? spec;