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

Syntax

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

Parameters

context
in which to create SpeechRecognizer

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.

[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