VoiceRecognition class

Constructors

VoiceRecognition()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllLocal() Future
listenResult({required ValueChanged onReadyForSpeech, required ValueChanged? onBeginningOfSpeech, required ValueChanged<double?> onRmsChanged, required ValueChanged onBufferReceived, required ValueChanged onEndOfSpeech, required ValueChanged<String?> onError, required ValueChanged<String?> onResults, required ValueChanged? onPartialResults, required ValueChanged? onEvent}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLanguages(String lgnName) Future
startVoice() Future
stopVoice() Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited