public interface RecognitionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBeginningOfSpeech() |
void |
onBufferReceived(byte[] buffer) |
void |
onEndOfSpeech() |
void |
onError(int error) |
void |
onEvent(int eventType,
Bundle params) |
void |
onPartialResults(Bundle partialResults) |
void |
onReadyForSpeech(Bundle params) |
void |
onResults(Bundle results) |
void |
onRmsChanged(float rmsdB) |
void onReadyForSpeech(Bundle params)
void onBeginningOfSpeech()
void onRmsChanged(float rmsdB)
void onBufferReceived(byte[] buffer)
void onEndOfSpeech()
void onError(int error)
void onResults(Bundle results)
void onPartialResults(Bundle partialResults)
void onEvent(int eventType,
Bundle params)
Copyright © 2008-2013. All Rights Reserved.