Android.Speech.RecognizerIntent.ExtraOnlyReturnLanguagePreference Field
Specify this boolean extra in a broadcast of RecognizerIntent.ActionGetLanguageDetails to indicate that only the current language preference is needed in the response.

Syntax

[Android.Runtime.Register("EXTRA_ONLY_RETURN_LANGUAGE_PREFERENCE")]
public const string ExtraOnlyReturnLanguagePreference

Remarks

Specify this boolean extra in a broadcast of RecognizerIntent.ActionGetLanguageDetails to indicate that only the current language preference is needed in the response. This avoids any additional computation if all you need is RecognizerIntent.ExtraLanguagePreference in the response.

[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