Android.Speech.Tts.TextToSpeech.GetFeatures Method
Queries the engine for the set of features it supports for a given locale.

Syntax

[Android.Runtime.Register("getFeatures", "(Ljava/util/Locale;)Ljava/util/Set;", "GetGetFeatures_Ljava_util_Locale_Handler")]
[System.Obsolete("deprecated")]
public virtual ICollection<string> GetFeatures (Java.Util.Locale locale)

Parameters

locale
The locale to query features for.

Returns

Documentation for this section has not yet been entered.

Remarks

Queries the engine for the set of features it supports for a given locale. Features can either be framework defined, e.g. NoType:android/speech/tts/TextToSpeech$Engine;Href=../../../../reference/android/speech/tts/TextToSpeech.Engine.html#KEY_FEATURE_NETWORK_SYNTHESIS or engine specific. Engine specific keys must be prefixed by the name of the engine they are intended for. These keys can be used as parameters to TextToSpeech.speak(java.lang.String, int, java.util.HashMap<java.lang.String, java.lang.String>) and TextToSpeech.synthesizeToFile(java.lang.String, java.util.HashMap<java.lang.String, java.lang.String>, java.lang.String). Features values are strings and their values must meet restrictions described in their documentation.

[Android Documentation]

Requirements

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