Android.Speech.Tts.TextToSpeechService.OnIsValidVoiceName Method
Checks whether the engine supports a voice with a given name.

Syntax

[Android.Runtime.Register("onIsValidVoiceName", "(Ljava/lang/String;)I", "GetOnIsValidVoiceName_Ljava_lang_String_Handler")]
[return:Android.Runtime.GeneratedEnum]
public virtual OperationResult OnIsValidVoiceName (string voiceName)

Parameters

voiceName
Name of the voice.

Returns

Documentation for this section has not yet been entered.

Remarks

Checks whether the engine supports a voice with a given name. Can be called on multiple threads. The default implementation treats the voice name as a language tag, creating a Locale from the voice name, and passes it to TextToSpeechService.OnIsLanguageAvailable(string, System.String, System.String).

[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 14