MethodChannelLivetexttospeechflutter class

An implementation of LivetexttospeechflutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addEventListener(String eventName, dynamic callback(dynamic)) StreamSubscription
Platform-specific method to register event
inherited
getLocaleDisplayName() Future<String?>
Platform-specific method to get local display name
inherited
getPlatformVersion() Future<String?>
override
getSupportedLocales() Future<Map<String, String>?>
Platform-specific method to get supported language
inherited
getText() Future<String?>
Platform-specific method to get recognized text
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocale(String languageTag) Future
Platform-specific method to change recognizer language
inherited
start() Future<String?>
Platform-specific method to start speech-to-text
inherited
stop() Future<String?>
Platform-specific method to stop speech-to-text
inherited
toString() String
A string representation of this object.
inherited

Operators

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