Share via


TextToSpeech.Engine.ExtraVoiceDataRootDirectory Field

Definition

Caution

deprecated

Extra information received with the #ACTION_CHECK_TTS_DATA intent result where the TextToSpeech engine specifies the path to its resources.

[Android.Runtime.Register("EXTRA_VOICE_DATA_ROOT_DIRECTORY")]
[System.Obsolete("deprecated")]
public const string ExtraVoiceDataRootDirectory;
[<Android.Runtime.Register("EXTRA_VOICE_DATA_ROOT_DIRECTORY")>]
[<System.Obsolete("deprecated")>]
val mutable ExtraVoiceDataRootDirectory : string

Field Value

Attributes

Remarks

Extra information received with the #ACTION_CHECK_TTS_DATA intent result where the TextToSpeech engine specifies the path to its resources.

It may be used by language packages to find out where to put their data.

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_ROOT_DIRECTORY.

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