TextToSpeech.Engine.ExtraTtsDataInstalled 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.
Caution
deprecated
Extra information received with the #ACTION_TTS_DATA_INSTALLED intent result.
[Android.Runtime.Register("EXTRA_TTS_DATA_INSTALLED")]
[System.Obsolete("deprecated")]
public const string ExtraTtsDataInstalled;
[<Android.Runtime.Register("EXTRA_TTS_DATA_INSTALLED")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraTtsDataInstalled : string
Field Value
- Attributes
Remarks
Extra information received with the #ACTION_TTS_DATA_INSTALLED intent result. It indicates whether the data files for the synthesis engine were successfully installed. The installation was initiated with the #ACTION_INSTALL_TTS_DATA intent. The possible values for this extra are TextToSpeech#SUCCESS and TextToSpeech#ERROR.
This member is deprecated. No longer in use. If client is interested in information about what changed, it should use the ACTION_CHECK_TTS_DATA intent to discover available voices.
Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED.
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.