🎤 New Gladia Transcription Provider Support
-
Custom vocabulary support: Enable a custom vocabulary with
Gladia
usingAssistant.transcriber[provider="GladiaTranscriber"].customVocabularyEnabled
. You can also specify simple strings or detailed objects with fields for value, language, intensity, and alternative pronunciations usingAssistant.transcriber[provider="GladiaTranscriber"].customVocabularyConfig
- letting you fine-tune recognition of domain-specific terms. -
Endpointing & Speech Threshold: Configure endpointing time (wait time before considering speech ended) and speech sensitivity, enabling more accurate and responsive transcription with
Assistant.transcriber[provider="GladiaTranscriber"].endpointing
andAssistant.transcriber[provider="GladiaTranscriber"].speechThreshold
. -
Prosody & Audio Enhancer: Optionally enable prosody (for transcribing non-verbal cues like laughter) and audio enhancement for improved accuracy with
Assistant.transcriber[provider="GladiaTranscriber"].prosodyEnabled
andAssistant.transcriber[provider="GladiaTranscriber"].audioEnhancerEnabled
. -
Flexible Language Detection: Choose between manual and automatic language detection modes with
Assistant.transcriber[provider="GladiaTranscriber"].languageDetectionMode
. -
Confidence Thresholds & Hints: Discard low-confidence transcripts and provide context hints for improved accuracy with
Assistant.transcriber[provider="GladiaTranscriber"].confidenceThreshold
andAssistant.transcriber[provider="GladiaTranscriber"].hints
.
💳 Subscription Updates
Role-based access control (RBAC):
Enable RBAC for your subscription using Subscription.rbacEnabled
.
Retention settings:
Configure how long calls and chats are stored with Subscription.callRetentionDays
and Subscription.chatRetentionDays
.
Reset frequency:
Set how often included minutes reset using Subscription.minutesIncludedResetFrequency
.