Methods Summary |
---|
public void | onBeginningOfSpeech()The user has started to speak.
|
public void | onBufferReceived(byte[] buffer)More sound has been received.
|
public void | onEndOfSpeech()Called after the user stops speaking.
|
public void | onError(int error)A network or recognition error occurred.
|
public void | onEvent(int eventType, android.os.Bundle params)Reserved for adding future events.
|
public void | onPartialResults(android.os.Bundle results)Called when recognition partial results are ready.
|
public void | onReadyForSpeech(android.os.Bundle params)Called when the endpointer is ready for the user to start speaking.
|
public void | onResults(android.os.Bundle results)Called when recognition results are ready.
|
public void | onRmsChanged(float rmsdB)The sound level in the audio stream has changed.
|