BackgroundStt class

Constructors

BackgroundStt()

Properties

cancelConfirmation Future<String?>
no setter
confirmationSubscription StreamSubscription<ConfirmationResult>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speechSubscription StreamSubscription<SpeechResult>
getter/setter pair
startSpeechListenService Future<String?>
no setter
stopSpeechListenService Future<String?>
no setter

Methods

confirmIntent({String? confirmationText, String? positiveCommand, String? negativeCommand, String? voiceInputMessage, bool? voiceInput}) Future<String?>
getConfirmationResults() StreamSubscription<ConfirmationResult>
getSpeechResults() StreamSubscription<SpeechResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseListening() Future<String?>
resumeListening() Future<String?>
setSpeaker(double pitch, double rate) Future<String?>
speak(String speechText, bool queue) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

confirmationResult Stream<ConfirmationResult>
no setter
speechResult Stream<SpeechResult>
no setter