Find burned text
find_burned_textPROJECT-SCOPED: this call acts only on the explicit project_id and returns the project identity with its result. MEASURE where text is burned into the footage — subtitle bands, watermarks, handles, on-screen labels. Reads the actual frames and returns EXACT rectangles as frame fractions, plus when each is visible. Use this INSTEAD of estimating a rectangle from look_at: an estimated box is what puts a bar next to the text instead of over it. Read-only. scope: 'captions' (wide subtitle lines whose words change), 'watermark' (a small mark identical in every frame), 'text', or 'all' (default). start/end limit the scan to a source-time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| scope | No | ||
| start | No | ||
| project_id | Yes | Required immutable scope for this call. Copy the id from list_projects/open_project/project_state; the active-project pointer is never used to guess. |