Share via


TextToSpeech.Engine.ExtraCheckVoiceDataFor Field

Definition

Caution

deprecated

Extra information sent with the #ACTION_CHECK_TTS_DATA intent where the caller indicates to the TextToSpeech engine which specific sets of voice data to check for by sending an ArrayList<String> of the voices that are of interest.

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

Field Value

Attributes

Remarks

Extra information sent with the #ACTION_CHECK_TTS_DATA intent where the caller indicates to the TextToSpeech engine which specific sets of voice data to check for by sending an ArrayList<String> of the voices that are of interest. The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").

This member is deprecated. Redundant functionality, checking for existence of specific sets of voice data can be done on client side.

Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR.

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