See Also: TextToSpeech Members
Synthesizes speech from text for immediate playback or to create a sound file.
A TextToSpeech instance can only be used to synthesize text once it has completed its
initialization. Implement the NoType:android/speech/tts/TextToSpeech$OnInitListener;Href=../../../../reference/android/speech/tts/TextToSpeech.OnInitListener.html to be
notified of the completion of the initialization.
When you are done using the TextToSpeech instance, call the TextToSpeech.Shutdown method
to release the native resources used by the TextToSpeech engine.