STTProvider
Union type for all speech-to-text providers.
type STTProvider = RestSTTProvider | LiveSTTProvider;
Defined in: src/core/types/providers.ts:539
Union type for all speech-to-text providers.
Remarks
A provider can be either REST-based (RestSTTProvider) or WebSocket-based (LiveSTTProvider). The SDK determines the communication pattern at runtime based on the provider’s type property.
See
- RestSTTProvider for file-based transcription
- LiveSTTProvider for real-time streaming transcription