Android.Speech.Tts.TextToSpeech.Voices Property
Query the engine about the set of available voices.

Syntax

[get: Android.Runtime.Register("getVoices", "()Ljava/util/Set;", "GetGetVoicesHandler")]
public virtual ICollection<Voice> Voices { get; }

See Also

TextToSpeech.SetVoice(Voice)
Voice

Value

Documentation for this section has not yet been entered.

Remarks

Query the engine about the set of available voices. Each TTS Engine can expose multiple voices for each locale, each with a different set of features.

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