Android.Speech.RecognitionService Members

The members of Android.Speech.RecognitionService are listed below.

See Also: Inherited members from Android.App.Service

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ServiceInterfacestring. The Android.Content.Intent that must be declared as handled by the service.
const
ServiceMetaDatastring. Name under which a RecognitionService component publishes information about itself.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.