The methods of Android.Speech.Tts.TextToSpeech are listed below. For a list of all members, see the TextToSpeech Members list.
See Also: Inherited members from Java.Lang.Object
AddEarcon(string, Java.IO.File)Adds a mapping between a string of text and a sound file. | ||
AddEarcon(string, string)Adds a mapping between a string of text and a sound file. | ||
AddEarcon(string, string, int)Adds a mapping between a string of text and a sound resource in a package. | ||
AddSpeech(Java.Lang.ICharSequence, Java.IO.File)Adds a mapping between a CharSequence (may be spanned with TtsSpans and a sound file. | ||
AddSpeech(string, Java.IO.File)Documentation for this section has not yet been entered. | ||
AddSpeech(string, string)Adds a mapping between a string of text and a sound file. | ||
AddSpeech(Java.Lang.ICharSequence, string, int)Adds a mapping between a CharSequence (may be spanned with TtsSpans) of text and a sound resource in a package. | ||
AddSpeech(string, string, int)Adds a mapping between a string of text and a sound resource in a package. | ||
AreDefaultsEnforced()Checks whether the user's settings should override settings requested by the calling application. | ||
GetFeatures(Java.Util.Locale)Queries the engine for the set of features it supports for a given locale. | ||
IsLanguageAvailable(Java.Util.Locale)Checks if the specified language as represented by the Locale is available and supported. | ||
PlayEarcon(string, QueueMode, IDictionary<string, string>)Documentation for this section has not yet been entered. | ||
PlayEarcon(string, QueueMode, Android.OS.Bundle, string)Plays the earcon using the specified queueing mode and parameters. | ||
PlaySilence(long, QueueMode, IDictionary<string, string>)Documentation for this section has not yet been entered. | ||
PlaySilentUtterance(long, QueueMode, string)Plays silence for the specified amount of time using the specified queue mode. | ||
SetAudioAttributes(Android.Media.AudioAttributes)Sets the audio attributes to be used when speaking text or playing back a file. | ||
SetEngineByPackageName(string)Sets the TTS engine to use. | ||
SetLanguage(Java.Util.Locale)Sets the text-to-speech language. | ||
SetOnUtteranceCompletedListener(TextToSpeech.IOnUtteranceCompletedListener)Sets the listener that will be notified when synthesis of an utterance completes. | ||
SetOnUtteranceProgressListener(UtteranceProgressListener)Sets the listener that will be notified of various events related to the synthesis of a given utterance. | ||
SetPitch(float)Sets the speech pitch for the TextToSpeech engine. | ||
SetSpeechRate(float)Sets the speech rate. | ||
SetVoice(Voice)Sets the text-to-speech voice. | ||
Shutdown()Releases the resources used by the TextToSpeech engine. | ||
Speak(string, QueueMode, IDictionary<string, string>)Documentation for this section has not yet been entered. | ||
Speak(Java.Lang.ICharSequence, QueueMode, Android.OS.Bundle, string)Speaks the text using the specified queuing strategy and speech parameters, the text may be spanned with TtsSpans. | ||
Speak(string, QueueMode, Android.OS.Bundle, string)Documentation for this section has not yet been entered. | ||
Stop()Interrupts the current utterance (whether played or rendered to file) and discards other utterances in the queue. | ||
SynthesizeToFile(string, IDictionary<string, string>, string)Documentation for this section has not yet been entered. | ||
SynthesizeToFile(Java.Lang.ICharSequence, Android.OS.Bundle, Java.IO.File, string)Synthesizes the given text to a file using the specified parameters. | ||
SynthesizeToFile(string, Android.OS.Bundle, Java.IO.File, string)Documentation for this section has not yet been entered. |