Android.Speech.RecognizerIntent.ActionGetLanguageDetails Field
A broadcast intent which can be fired to the Android.Content.BroadcastReceiver component specified in the meta-data defined in the RecognizerIntent.DetailsMetaData meta-data of an Android.App.Activity satisfying RecognizerIntent.ActionWebSearch.

Syntax

[Android.Runtime.Register("ACTION_GET_LANGUAGE_DETAILS")]
public const string ActionGetLanguageDetails

Remarks

A broadcast intent which can be fired to the Android.Content.BroadcastReceiver component specified in the meta-data defined in the RecognizerIntent.DetailsMetaData meta-data of an Android.App.Activity satisfying RecognizerIntent.ActionWebSearch.

When fired with Android.Content.Context.SendOrderedBroadcast(Android.Content.Intent, System.String, System.String, System.String, System.String, System.String, System.String), a Android.OS.Bundle of extras will be returned to the provided result receiver, and should ideally contain values for RecognizerIntent.ExtraLanguagePreference and RecognizerIntent.ExtraSupportedLanguages.

(Whether these are actually provided is up to the particular implementation. It is recommended that Android.App.Activitys implementing RecognizerIntent.ActionWebSearch provide this information, but it is not required.)

[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