android.speech
Class RecognitionService.Callback
java.lang.Object
android.speech.RecognitionService.Callback
- Enclosing class:
- RecognitionService
public class RecognitionService.Callback
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beginningOfSpeech
public void beginningOfSpeech()
throws RemoteException
- Throws:
RemoteException
bufferReceived
public void bufferReceived(byte[] buffer)
throws RemoteException
- Throws:
RemoteException
endOfSpeech
public void endOfSpeech()
throws RemoteException
- Throws:
RemoteException
error
public void error(int error)
throws RemoteException
- Throws:
RemoteException
partialResults
public void partialResults(Bundle partialResults)
throws RemoteException
- Throws:
RemoteException
readyForSpeech
public void readyForSpeech(Bundle params)
throws RemoteException
- Throws:
RemoteException
results
public void results(Bundle results)
throws RemoteException
- Throws:
RemoteException
rmsChanged
public void rmsChanged(float rmsdB)
throws RemoteException
- Throws:
RemoteException
Copyright © 2008-2010. All Rights Reserved.