Set segment continuation
set_segment_continuationMake a segment's image render as a continuation of an EARLIER segment's frame (same composition evolving — the storyboard's continues_from_segment, settable after the fact). continues_from is that earlier segment's number; pass 0 to clear the link. Regenerate the segment's image afterwards — the reference is applied at generation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| continues_from | No | 1-based number of the EARLIER segment whose frame this one continues; pass 0 to clear the link | |
| segment_number | Yes | 1-based number of the segment whose image should continue an earlier frame, as reported by get_segments |