TextToSpeech.Engine.ExtraSampleText Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.