android.speech
Interface RecognitionListener


public interface RecognitionListener


Method Summary
 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)
           
 

Method Detail

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.