Android.Speech.Tts.TextToSpeech: Method Members

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

Public Methods

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