get_transcript
Retrieve the active sequence's transcript stitched across clips, with sequence-time segments and speaker labels. Optionally filter by time window to get transcript coverage for specific sections.
Instructions
Get the active sequence's transcript, stitched across all audio source clips and mapped into sequence-time. Each segment has start/end seconds (sequence-relative), text, and optional speaker label. Returns coverage info indicating what window of the sequence has transcript data. Optionally clip to a sequence-time window with startSec / endSec. Note: clips must be transcribed in Premiere first (Window > Text > Transcript > Transcribe sequence) or this returns ok:false. The result always includes activeSequence {name, id} — the sequence this call actually ran against. Compare it across calls to detect the user switching sequences in Premiere mid-session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endSec | No | Optional. Filter to segments overlapping [startSec, endSec]. | |
| startSec | No | Optional. Filter to segments overlapping [startSec, endSec]. |