AzureSTTRecognitionMode
Azure Speech recognition modes.
type AzureSTTRecognitionMode = "conversation" | "interactive" | "dictation";
Defined in: src/providers/stt/azure/AzureSTT.ts:37
Azure Speech recognition modes.
Remarks
Selects the endpoint path /speech/recognition/<mode>/cognitiveservices/v1:
'conversation'— continuous conversational speech (default; best for voice agents)'interactive'— short commands/queries with aggressive end-of-speech detection'dictation'— long-form dictation with spoken punctuation