Skip to content

Auto-rule configuration

Both Auto-rules share a few configuration pieces (Enabled/Disabled toggle, When to Apply filters, Assigned Property, Re-evaluate Session button). This page is the side-by-side reference for what’s unique to each rule’s settings. For the step-by-step how-tos, see Configure a Mismatch rule and Configure a Non-Verbal rule.

Every Auto-rule panel exposes the same skeleton:

SectionPurpose
Master Enabled / Disabled togglePauses the rule without losing the configuration.
When to ApplyOptional Session-level filters that scope the rule to a subset of Sessions.
Assigned PropertyThe Property the rule applies to flagged Session items.
Save Changes / ResetSave staged edits, or revert to the saved configuration.
Re-evaluate SessionApply the saved rule to existing items in the current Session.

New items run through the active rules as they arrive. Re-evaluation is only needed when you change the rule or change the underlying data (the Scripts, mostly) after items were already evaluated.

The Mismatch rule compares each Session item’s Script against its transcription. Before that comparison, both texts pass through a normalization pipeline of five toggles.

ToggleDefaultWhat it does
Convert numbers to wordsOff25twenty-five on both sides.
Convert ordinals to wordsOff1stfirst on both sides.
Ignore caseOnHello matches hello.
Ignore punctuationOnHello, there! matches Hello there.
Normalize whitespaceOnMultiple spaces, tabs, and newlines collapse to single spaces.

The three “On” defaults are almost always what you want. Flip the number-conversion toggles on when your scripts mix digit and word forms — for example, scripts written it cost $25 but ASR transcribing it as it cost twenty-five dollars.

The Mismatch rule also has a Synonyms section. Each synonym group has a canonical form and one or more variants; before comparison, every variant is replaced with the canonical form on both sides. Use this for filler words, contractions, or studio-specific abbreviations:

CanonicalVariants
okayok, OK, o.k.
cannotcan't, cant
going togonna

Synonyms apply after the comparison pipeline runs.

A scratchpad in the panel: paste a script line and a transcript, run them through the current settings, and see whether they’d match. Faster than re-running the whole Session every time you tweak a toggle.

Non-Verbal rule — Speech Detection Sensitivity

Section titled “Non-Verbal rule — Speech Detection Sensitivity”

The Non-Verbal rule runs on the audio (not the transcript) and flags items that don’t contain enough real speech. A single numeric threshold (0.001.00) controls how selective the rule is.

Threshold rangeLabelBehavior
0.000.30Very SensitiveAlmost everything passes through to transcription.
0.310.50SensitiveMost audio transcribed.
0.510.70BalancedThe middle. 0.600.70 is recommended.
0.710.90StrictQuieter or partial takes flagged non-verbal.
0.911.00Most StrictOnly confidently-spoken audio transcribed.

Lower = more audio sent to transcription. Higher = more audio tagged as non-verbal.

Default: 0.70.

Re-evaluation is the same in both panels:

  1. Make sure the rule is enabled.
  2. Click Re-evaluate Session at the bottom-left of the panel.
  3. A blue toast appears in the bottom right — Evaluating session items… — while the run is in flight.
  4. A green toast replaces it when done — Evaluation complete! with N added, M removed counts.

Re-evaluation runs in the background. You can close the panel or navigate around; the toast still surfaces the result.