VaisSpeechCallback class

Observer callback function helper class

Constructors

VaisSpeechCallback({dynamic onDurationChanged(Duration? duration)?, dynamic onConnectionChanged(bool onConnection)?, dynamic onGeneratedSpeechText(String text, String output, bool isFinal, String audioFileName, int stime, int etime, String liveMeetingAudioPath)?, dynamic onChangeVolume(double? vol)?, dynamic valueInterruptionChanged(bool valueInterruption)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onChangeVolume ↔ dynamic Function(double? vol)?
getter/setter pair
onConnectionChanged ↔ dynamic Function(bool onConnection)?
getter/setter pair
onDurationChanged ↔ dynamic Function(Duration? duration)?
getter/setter pair
onGeneratedSpeechText ↔ dynamic Function(String text, String output, bool isFinal, String audioFileName, int stime, int etime, String liveMeetingAudioPath)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueInterruptionChanged ↔ dynamic Function(bool valueInterruption)?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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