Livespeechtotext class

Constructors

Livespeechtotext()

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

addEventListener(String eventName, dynamic callback(dynamic)) StreamSubscription
Method to listen an event
getLocaleDisplayName() Future<String?>
Method to get the current active language display name
getSupportedLocales() Future<Map<String, String>?>
Method to get supported languages
getText() Future<String?>
Method to get the speech recognized text
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocale(String languageTag) Future
Method to set speech recognizer language
start() Future<String?>
Method to start the speech-to-text
stop() Future<String?>
Method to stop the speech-to-text
toString() String
A string representation of this object.
inherited

Operators

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

Constants

channelName → const String
Channel name prefix
eventSuccess → const String
Event name suffix