TextToSpeech.Engine.ExtraVoiceDataFilesInfo 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_CHECK_TTS_DATA
intent result where
the TextToSpeech engine specifies the locale associated with each resource file.
[Android.Runtime.Register("EXTRA_VOICE_DATA_FILES_INFO")]
[System.Obsolete("deprecated")]
public const string ExtraVoiceDataFilesInfo;
[<Android.Runtime.Register("EXTRA_VOICE_DATA_FILES_INFO")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraVoiceDataFilesInfo : string
Field Value
- Attributes
Remarks
Extra information received with the #ACTION_CHECK_TTS_DATA
intent result where the TextToSpeech engine specifies the locale associated with each resource file.
This member is deprecated. TTS engine implementation detail, this information has no use for text-to-speech API client.
Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES_INFO
.
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.