OnRecordListener class

Constructors

OnRecordListener({void onStart()?, void onStartRecordFail(String reason)?, void onRecording(int vad_status, int sound_intensity)?, void onTick(num millisUntilFinished, num percentUntilFinished)?, void onRecordEnd()?, void onScore(String result)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onRecordEnd ↔ (void Function()?)
getter/setter pair
onRecording ↔ (void Function(int vad_status, int sound_intensity)?)
getter/setter pair
onScore ↔ (void Function(String result)?)
getter/setter pair
onStart ↔ (void Function()?)
getter/setter pair
onStartRecordFail ↔ (void Function(String reason)?)
getter/setter pair
onTick ↔ (void Function(num millisUntilFinished, num percentUntilFinished)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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