pub trait STTProvider:
STTSpeechProvider
+ STTModelsProvider
+ Send
+ Sync { }Expand description
Marker trait for STT providers
This trait combines all STT capabilities into a single provider interface. Providers should implement this marker trait along with the specific capability traits.