public class RecognitionService.Callback extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
beginningOfSpeech() |
void |
bufferReceived(byte[] buffer) |
void |
endOfSpeech() |
void |
error(int error) |
void |
partialResults(Bundle partialResults) |
void |
readyForSpeech(Bundle params) |
void |
results(Bundle results) |
void |
rmsChanged(float rmsdB) |
public void beginningOfSpeech()
throws RemoteException
RemoteExceptionpublic void bufferReceived(byte[] buffer)
throws RemoteException
RemoteExceptionpublic void endOfSpeech()
throws RemoteException
RemoteExceptionpublic void error(int error)
throws RemoteException
RemoteExceptionpublic void partialResults(Bundle partialResults) throws RemoteException
RemoteExceptionpublic void readyForSpeech(Bundle params) throws RemoteException
RemoteExceptionpublic void results(Bundle results) throws RemoteException
RemoteExceptionpublic void rmsChanged(float rmsdB)
throws RemoteException
RemoteExceptionCopyright © 2008-2013. All Rights Reserved.