Share via


TextToSpeech.Engine.ExtraUnavailableVoices Field

Definition

Extra information received with the #ACTION_CHECK_TTS_DATA intent result where the TextToSpeech engine returns an ArrayList<String> of all the unavailable voices.

[Android.Runtime.Register("EXTRA_UNAVAILABLE_VOICES")]
public const string ExtraUnavailableVoices;
[<Android.Runtime.Register("EXTRA_UNAVAILABLE_VOICES")>]
val mutable ExtraUnavailableVoices : string

Field Value

Attributes

Remarks

Extra information received with the #ACTION_CHECK_TTS_DATA intent result where the TextToSpeech engine returns an ArrayList<String> of all the unavailable voices. The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").

Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES.

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