apply_transcript_cleanup_tool
Batch-correct transcript words and phrases in a single undoable step, using a corrections JSON to fix errors in the chosen track.
Instructions
Batch word + phrase fixes in one undoable history step.
JSON: {"words": [{word_index, text}], "phrases": [{start_word_index, end_word_index, text}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | ||
| project_path | Yes | ||
| corrections_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |