Configuring Voice AI STT (Speech To Text)
Updated
The Voice AI Speech-to-Text (STT) configuration allows you to control how spoken audio is captured, understood, and converted into text across voice interactions. It defines transcription accuracy, speech detection behavior, vocabulary handling, and post-processing of transcripts.
STT configurations are used in:
- Voice AI Agents (voicebots)
- IVR flows
- Real-Time Streaming (RTS) for agent-customer conversations
This article is intended for contact center administrators and voice solution designers configuring voice intelligence.
For more information on permissions required to view and access TTS Configuration page, refer to the Getting Started with TTS and STT article.
Accessing STT Configuration
Navigate to AI+ Studio from the Sprinklr launchpad.
Click the AI Use Cases card.

Navigate to Sprinklr Service tab.
Under Voice Workflow, select STT. The Speech-to-Text Configurations page appears.

Create a Speech-to-Text Configuration
In the Speech-to-Text Configuration page, click + Configurations to configure the following sections:
The Text-to-Speech configuration page appears.

Basic Details
- Name (required) - Enter a unique name for the STT configuration.
- Description - Provide a brief description for internal reference.
- Language (required) - Select the language for transcription.
This determines the available providers and models.
AI Model Settings
This section defines the provider and model used to transcribe audio.
- Provider (required) - Select a Speech-to-Text provider from the list.
Model (provider-dependent)
The selected provider determines the underlying transcription model. Models may differ in:- Accuracy
- Supported languages
- Latency
- Domain specialization
System Prompt (if supported by the provider)
Provide additional context to improve transcription quality.
For example:- Industry-specific terminology
- Expected phrases or formats
- Context about the conversation domain
Tip: Use system prompts when working with specialized domains such as banking, healthcare, or technical support.
Keyword Lists (Keyword Boosting)
Use Keyword Boosting to improve recognition of domain-specific terms.
- Default Keyword List - Select a predefined keyword list.
Keyword lists help the system correctly recognize:
- Brand names
- Product names
- Industry-specific vocabulary
- Case linked variables
- Profile linked variables
- User level keywords (example, name of customer)
Example: Adding product names or company-specific terms improves transcription accuracy in customer conversations.
Transcription Controls
This section defines how the final transcript is formatted before it is consumed by downstream systems.
Text Normalization
Enable Text Normalization to standardize transcription output.
This ensures consistent formatting of:
- Dates
- Numbers
- Email addresses
- Structured phrases
Example:
“twenty fifth May twenty twenty six” → “05/25/2026”
Word Replacements
Enable Word Replacements to substitute commonly mistranscribed words with preferred alternatives.
Use this to:
- Correct recurring transcription errors
- Standardize terminology
Example:
“sprinkler” → “Sprinklr”
Regex Replacement
Enable Regex Replacement to apply pattern-based transformations to structured text.
Use this for:
- Ticket numbers
- Account IDs
- Reference codes
These rules are applied after transcription to improve data consistency.
Preview Configuration
Use the Preview Configuration panel (right side of the screen) to test the STT setup.
Audio Sample
- Record or upload an audio sample
- Optionally select Additional Hints for Testing to guide the system
Transcript Preview
- View the generated transcript after processing
- Validate accuracy and formatting
Note: If no sample is recorded, the transcript preview remains empty.
Where This Configuration Is Used
Once created, the STT configuration is available in Speech Profiles under:
Voice Care → Voice Settings → Speech Profiles → STT Source
- Configurations appear under User Configured. For more information, refer to the Steps to Create Entities using Keyword Matcher.
- Only configurations matching the selected language are shown
- Used across voicebots, IVR flows, and real-time transcription scenarios
Important Notes
- STT configurations are reusable across deployments
- Changes to a configuration affect all linked speech profiles
- Available providers and features depend on language selection
Availability Note
STT Configuration is available only for new deployments created after this feature release. Existing deployments are not automatically migrated.
Related Articles