Android.Speech.Tts.TextToSpeech.Engine.ExtraCheckVoiceDataFor Field
Extra information sent with the Android.Speech.Tts.TextToSpeech.Engine.ActionCheckTtsData intent where the caller indicates to the TextToSpeech engine which specific sets of voice data to check for by sending an ArrayList 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").

Syntax

[Android.Runtime.Register("EXTRA_CHECK_VOICE_DATA_FOR")]
[System.Obsolete("deprecated")]
public const string ExtraCheckVoiceDataFor

Remarks

Extra information sent with the Android.Speech.Tts.TextToSpeech.Engine.ActionCheckTtsData intent where the caller indicates to the TextToSpeech engine which specific sets of voice data to check for by sending an ArrayList 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").

[Android Documentation]

Requirements

Namespace: Android.Speech.Tts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8