quote
Find where a specific phrase appears in a video or audio source and return the exact tick range for that segment.
Instructions
Locate where something was said in a source, and get the tick range it was said in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Words to look for. Empty means everything in the range. | |
| limit | No | Maximum hits to return. | |
| source | Yes | A source handle. | |
| in_ticks | No | Start of the window to search. | |
| out_ticks | No | End of the window. -1 means end of source. |