TextToSpeech.Engine.ExtraAvailableVoices Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extra information received with the #ACTION_CHECK_TTS_DATA
intent result where
the TextToSpeech engine returns an ArrayList<String> of all the available voices.
[Android.Runtime.Register("EXTRA_AVAILABLE_VOICES")]
public const string ExtraAvailableVoices;
[<Android.Runtime.Register("EXTRA_AVAILABLE_VOICES")>]
val mutable ExtraAvailableVoices : 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 available 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_AVAILABLE_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.