Advanced Features
Refer to the features below for improving accuracy, increasing background noise resilience and more.
🔍 Context Biasing (Hotwords)
Using Hotwords
hindi_hotwords = [
{ "phrase": "बोधी" },
{ "phrase": "स्पीच रिकग्निशन", "score": 2.5 }
]await ws.send(
json.dumps(
{
"config": {
"sample_rate": 8000,
"transaction_id": str(uuid.uuid4()),
"model": "hi-banking-v2-8khz",
"hotwords": hindi_hotwords
}
}
)
)Best Practices
Best Practice
Description
Warnings
🧠 Confidence Scoring
Segment Confidence
Word-level Confidence
Recommended Usage
Use Case
Strategy
🧹 Partial Result Exclusion
🔢 Parse Numbers into Numerals
✅ How to Enable
🧾 Example
Mode
Output
🌐 Language Support
📦 Aux Metadata
✅ How to Enable
📘 What You Get
Field
Description
Last updated