Skip to main content

Speech recognition resources control how the agent processes user speech input on the voice channel.

These resources live under voice/speech_recognition/ and are used to tune how the agent listens, recognizes, and post-processes spoken input.
ASR settings are platform-provisioned — update onlyASR settings are created automatically when a project is created. They can be updated with poly push but not created from scratch. See the equivalent note on agent settings for details.

Location

All three files are voice-specific. Only asr_settings.yaml is the core settings file; the others are optional.

What speech recognition controls

ASR settings

Configure global speech-recognition behavior such as barge-in and latency/accuracy style.

Keyphrase boosting

Bias recognition toward specific words or phrases.

Transcript corrections

Apply regex-based corrections after speech recognition.

ASR settings

ASR settings are defined in:
These settings control global speech-recognition behavior for the voice channel.

Fields

Example

Interaction styles

Keyphrase boosting

Keyphrase boosting is defined in:
It biases the recognizer toward specific words or phrases, which is useful for:
  • brand names
  • product names
  • specialist terminology
  • domain-specific jargon

Structure

A keyphrases list where each entry includes:

Example

Transcript corrections

Transcript corrections are defined in:
These rules post-process ASR output to fix common misrecognitions. They are especially useful for:
  • email domains
  • repeated digits
  • domain-specific phrases
  • spoken forms that should be normalized into machine-friendly text

Structure

A corrections list where each entry includes: Each regex rule can include:

Example

Best practices

  • use keyphrase_boosting for terms the recognizer is likely to miss
  • keep boosted keyphrases focused and specific
  • use transcript corrections for common, repeated recognition errors
  • avoid overly broad regex rules that may alter normal input unexpectedly
  • choose the ASR interaction style deliberately based on latency and accuracy needs
Use the lightest possible interventionStart with the default settings, then add boosting or transcript corrections only where recognition problems are actually recurring.

Voice settings

See how speech recognition fits into the wider voice-channel configuration.

Response control

Configure what happens to output before it is spoken.
Last modified on July 9, 2026