FileDocCategorySizeDatePackage
MainRecognitionService.javaAPI DocAndroid 5.1 API1554Thu Mar 12 22:22:44 GMT 2015com.android.test.voiceinteraction

MainRecognitionService

public class MainRecognitionService extends android.speech.RecognitionService
Stub recognition service needed to be a complete voice interactor.

Fields Summary
private static final String
TAG
Constructors Summary
Methods Summary
protected voidonCancel(Callback listener)

        Log.d(TAG, "onCancel");
    
public voidonCreate()


    
       
        super.onCreate();
        Log.i(TAG, "onCreate");
    
public voidonDestroy()

        super.onDestroy();
        Log.d(TAG, "onDestroy");
    
protected voidonStartListening(android.content.Intent recognizerIntent, Callback listener)

        Log.d(TAG, "onStartListening");
    
protected voidonStopListening(Callback listener)

        Log.d(TAG, "onStopListening");