flutter_deep_speech library

Classes

DeepSpeechError
Any error that can occur while the listening session is in progress.
DeepSpeechResult
Result of the recognition and transcription done by the model.
FlutterDeepSpeech

Typedefs

ErrorCallback = void Function(DeepSpeechError)
ResultCallback = void Function(DeepSpeechResult)

Exceptions / Errors

MicPermissionDeniedException