ass_get_line
Retrieves full detail for a single 0-based ASS subtitle line, including fields, override tags, drawing, karaoke, style, and timing data.
Instructions
Full detail for a single line (0-based index).
Returns the ass_list_lines line dict extended with:
fields— every field of the line exactly as stored.tags_summary— override-tag counts/structure.drawing—{"active", "state", "segments", "drawing_segments", "prefix", "path", "suffix"}.karaoke—{"has_karaoke", "kinds", "total_ms", "syllables"}with per-syllable start/end times resolved against the line timing.style/resolved_style— the style name, and the same name only when that style actually exists in the document (elseNone).timing—{"start_ms", "end_ms", "duration_ms", "start", "end", "cps", "characters", "lines"}.
Line indices are 0-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| doc_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||