LivetexttospeechflutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- LivetexttospeechflutterPlatform
- Implementers
Constructors
- LivetexttospeechflutterPlatform.new()
- Constructs a LivetexttospeechflutterPlatform.
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
-
getPlatformVersion(
) → Future< String?> -
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 → LivetexttospeechflutterPlatform
-
The instance for EventChannelLivespeechtotext
no setter
- instance ↔ LivetexttospeechflutterPlatform
-
The default instance of LivetexttospeechflutterPlatform to use.
getter/setter pair