rev_voice_input_flutter library

Classes

ConstantsVoiceInput
Internal constants used by the Reverie Voice Input SDK.
Domain
Constants for various speech recognition domains.
Languages
Language codes supported by the Reverie STT service.
Logging
Constants for configuring logging behavior in the Reverie STT service.
RevVoiceInput
Main class for Reverie Voice Input Flutter SDK.
SttResponseData
Data class representing the response from the speech-to-text service.

Typedefs

OnConnectionStateChanged = void Function(bool isConnected)
Callback function called when the WebSocket connection state changes.
OnDataReceived = void Function(SttResponseData data)
Callback function called when speech-to-text data is received.
OnErrorOccurred = void Function(String error)
Callback function called when an error occurs during voice input processing.
OnRecordingEnd = void Function()
Callback function called when audio recording ends.
OnRecordingStart = void Function()
Callback function called when audio recording starts.