vosk_flutter library

Classes

LanguageModelDescription
Description of a model. You can see the description of all VOSK models at https://alphacephei.com/vosk/models/model-list.json
Model
Class representing the language model loaded by the plugin.
ModelLoader
A utility class for loading models from the assets or the internet. Models are loaded in separate isolates.
Recognizer
Class representing the recognizer created by the plugin.
SpeechService
Speech recognition service used to process audio input from the device's microphone.
VoskFlutterPlugin
Provides access to the Vosk speech recognition API.

Exceptions / Errors

MicrophoneAccessDeniedException
An exception thrown when the user denies access to the microphone.