Android.Speech.RecognitionService: Method Members

The methods of Android.Speech.RecognitionService are listed below. For a list of all members, see the RecognitionService Members list.

See Also: Inherited members from Android.App.Service

Public Methods

override
OnBind(Android.Content.Intent) : Android.OS.IBinder
Return the communication channel to the service.

Protected Methods

abstract
OnCancel(RecognitionService.Callback)
Notifies the service that it should cancel the speech recognition.
abstract
OnStartListening(Android.Content.Intent, RecognitionService.Callback)
Notifies the service that it should start listening for speech.
abstract
OnStopListening(RecognitionService.Callback)
Notifies the service that it should stop listening for speech.