TextToSpeechService.OnGetFeaturesForLanguage(String, String, String) Method

Definition

Queries the service for a set of features supported for a given language.

[Android.Runtime.Register("onGetFeaturesForLanguage", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Set;", "GetOnGetFeaturesForLanguage_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")]
protected virtual System.Collections.Generic.ICollection<string>? OnGetFeaturesForLanguage (string? lang, string? country, string? variant);
[<Android.Runtime.Register("onGetFeaturesForLanguage", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/util/Set;", "GetOnGetFeaturesForLanguage_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member OnGetFeaturesForLanguage : string * string * string -> System.Collections.Generic.ICollection<string>
override this.OnGetFeaturesForLanguage : string * string * string -> System.Collections.Generic.ICollection<string>

Parameters

lang
String

ISO-3 language code.

country
String

ISO-3 country code. May be empty or null.

variant
String

Language variant. May be empty or null.

Returns

A list of features supported for the given language.

Attributes

Remarks

Queries the service for a set of features supported for a given language.

Can be called on multiple threads.

Java documentation for android.speech.tts.TextToSpeechService.onGetFeaturesForLanguage(java.lang.String, java.lang.String, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to