Android.Speech.SpeechRecognizer.IsRecognitionAvailable Method
Checks whether a speech recognition service is available on the system.

Syntax

[Android.Runtime.Register("isRecognitionAvailable", "(Landroid/content/Context;)Z", "")]
public static bool IsRecognitionAvailable (Android.Content.Context context)

Parameters

context
with which SpeechRecognizer will be created

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether a speech recognition service is available on the system. If this method returns false, SpeechRecognizer.CreateSpeechRecognizer(Android.Content.Context) will fail.

[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