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
override | OnBind(Android.Content.Intent)Return the communication channel to the service. | |
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. | |