LivespeechtotextPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LivespeechtotextPlatform
Implementers

Constructors

LivespeechtotextPlatform()
Constructs a LivespeechtotextPlatform.

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
Platform-specific method to register event
getLocaleDisplayName() Future<String?>
Platform-specific method to get local display name
getSupportedLocales() Future<Map<String, String>?>
Platform-specific method to get supported language
getText() Future<String?>
Platform-specific method to get recognized text
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
start() Future<String?>
Platform-specific method to start speech-to-text
stop() Future<String?>
Platform-specific method to stop speech-to-text
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

eventInstance LivespeechtotextPlatform
The instance for EventChannelLivespeechtotext
no setter
instance LivespeechtotextPlatform
The default instance of LivespeechtotextPlatform to use.
getter/setter pair