The members of Android.Speech.RecognitionService are listed below.
See Also: Inherited members from Android.App.Service
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ServiceInterface | string. The Android.Content.Intent that must be declared as handled by the service. |
const | ServiceMetaData | string. Name under which a RecognitionService component publishes information about itself. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. | |