public interface AsrDriverEventListener
AsrDriver.| Modifier and Type | Method and Description |
|---|---|
void |
onError(AsrDriverException error)
Event raised when an unexpected error occurs during speech detection process.
|
void |
onSpeechRecognized(String text,
boolean isFinal)
Event raised when a speech transcription is received.
|
void onSpeechRecognized(String text, boolean isFinal)
text - The speech transcription.isFinal - Whether the transcription is final or interim.void onError(AsrDriverException error)
error - The error that occurred during speech detection process.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.