public class MyRecognitionListener
extends java.lang.Object
Constructor and Description |
---|
MyRecognitionListener(Context ctx) |
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) |
public void onBeginningOfSpeech()
public void onBufferReceived(byte[] buffer)
public void onEndOfSpeech()
public void onError(int error)
public void onEvent(int eventType, Bundle params)
public void onPartialResults(Bundle partialResults)
public void onReadyForSpeech(Bundle params)
public void onResults(Bundle results)
public void onRmsChanged(float rmsdB)