android.speech
Interface RecognitionListener
public interface RecognitionListener
onReadyForSpeech
void onReadyForSpeech(Bundle params)
onBeginningOfSpeech
void onBeginningOfSpeech()
onRmsChanged
void onRmsChanged(float rmsdB)
onBufferReceived
void onBufferReceived(byte[] buffer)
onEndOfSpeech
void onEndOfSpeech()
onError
void onError(int error)
onResults
void onResults(Bundle results)
onPartialResults
void onPartialResults(Bundle partialResults)
onEvent
void onEvent(int eventType,
Bundle params)
Copyright © 2008-2012. All Rights Reserved.