RecordScoreCallBack class

Constructors

RecordScoreCallBack({EngineInitState? engineInitState, OnWsStart? onWsStart, OnStartRecording? onStartRecording, OnStopSending? onStopSending, OnError? onError, OnWarning? onWarning, OnResult? onResult, OnRealtimeResult? onRealtimeResult, OnGetVolume? onGetVolume, OnSaveAudioFile? onSaveAudioFile})

Properties

engineInitState EngineInitState?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onError OnError?
getter/setter pair
onGetAudio OnGetAudio?
getter/setter pair
onGetVolume OnGetVolume?
getter/setter pair
onRealtimeResult OnRealtimeResult?
getter/setter pair
onResult OnResult?
getter/setter pair
onSaveAudioFile OnSaveAudioFile?
getter/setter pair
onStartRecording OnStartRecording?
getter/setter pair
onStopSending OnStopSending?
getter/setter pair
onWarning OnWarning?
getter/setter pair
onWsStart OnWsStart?
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