Android.Speech.Tts.TextToSpeech Class
Synthesizes speech from text for immediate playback or to create a sound file.

See Also: TextToSpeech Members

Syntax

[Android.Runtime.Register("android/speech/tts/TextToSpeech", DoNotGenerateAcw=true)]
public class TextToSpeech : Java.Lang.Object

Remarks

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.

[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 4