Android.Speech.SpeechRecognizer.CreateSpeechRecognizer Method
Factory method to create a new SpeechRecognizer.

Syntax

[Android.Runtime.Register("createSpeechRecognizer", "(Landroid/content/Context;Landroid/content/ComponentName;)Landroid/speech/SpeechRecognizer;", "")]
public static SpeechRecognizer CreateSpeechRecognizer (Android.Content.Context context, Android.Content.ComponentName serviceComponent)

Parameters

context
in which to create SpeechRecognizer
serviceComponent
the Android.Content.ComponentName of a specific service to direct this SpeechRecognizer to

Returns

Documentation for this section has not yet been entered.

Remarks

Factory method to create a new SpeechRecognizer. Please note that SpeechRecognizer.SetRecognitionListener(IRecognitionListener) should be called before dispatching any command to the created SpeechRecognizer, otherwise no notifications will be received. Use this version of the method to specify a specific service to direct this Android.Speech.SpeechRecognizer to. Normally you would not use this; use SpeechRecognizer.CreateSpeechRecognizer(Android.Content.Context) instead to use the system default recognition service.

[Android Documentation]

Requirements

Namespace: Android.Speech
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8