MainRecognitionServicepublic class MainRecognitionService extends android.speech.RecognitionService Stub recognition service needed to be a complete voice interactor. |
Fields Summary |
---|
private static final String | TAG |
Methods Summary |
---|
protected void | onCancel(Callback listener)
Log.d(TAG, "onCancel");
| public void | onCreate()
super.onCreate();
Log.i(TAG, "onCreate");
| public void | onDestroy()
super.onDestroy();
Log.d(TAG, "onDestroy");
| protected void | onStartListening(android.content.Intent recognizerIntent, Callback listener)
Log.d(TAG, "onStartListening");
| protected void | onStopListening(Callback listener)
Log.d(TAG, "onStopListening");
|
|