Share via


TextToSpeech.Engine.ExtraSampleText Field

Definition

Extra information received with the #ACTION_GET_SAMPLE_TEXT intent result where the TextToSpeech engine returns an String with sample text for requested voice

[Android.Runtime.Register("EXTRA_SAMPLE_TEXT")]
public const string ExtraSampleText;
[<Android.Runtime.Register("EXTRA_SAMPLE_TEXT")>]
val mutable ExtraSampleText : string

Field Value

Attributes

Remarks

Extra information received with the #ACTION_GET_SAMPLE_TEXT intent result where the TextToSpeech engine returns an String with sample text for requested voice

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

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