Share via


TextToSpeech.Engine.ExtraVoiceDataFilesInfo Field

Definition

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.

Applies to