API reference
API reference
Select your platform
No SDKs available
No versions available

DictationListenerBinding Class

Extends AndroidJavaProxy

Member Functions

DictationListenerBinding
( IDictationService dictationService,
IServiceEvents serviceEvents )
void onStart
( string sessionId )
void onMicAudioLevel
( string sessionId,
int micLevel )
void onPartialTranscription
( string sessionId,
string transcription )
void onFinalTranscription
( string sessionId,
string transcription )
void onError
( string sessionId,
string errorType,
string errorMessage )
void onStopped
( string sessionId )
void onServiceNotAvailable
( string error,
string message )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon