TextToSpeech.Engine.ExtraVoiceDataFiles 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 file names of its resources under the
resource path.
[Android.Runtime.Register("EXTRA_VOICE_DATA_FILES")]
[System.Obsolete("deprecated")]
public const string ExtraVoiceDataFiles;
[<Android.Runtime.Register("EXTRA_VOICE_DATA_FILES")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraVoiceDataFiles : string
Field Value
- Attributes
Remarks
Extra information received with the #ACTION_CHECK_TTS_DATA
intent result where the TextToSpeech engine specifies the file names of its resources under the resource path.
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
.
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.