The members of Android.Speech.Tts.TextToSpeech are listed below.
See Also: Inherited members from Java.Lang.Object
The constructor for the TextToSpeech class, using the default TTS engine. | ||
The constructor for the TextToSpeech class, using the given TTS engine. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ActionTtsQueueProcessingCompleted | string. Broadcast Action: The TextToSpeech synthesizer has completed processing of all the text in the speech queue. |
[read-only] | AvailableLanguages | ICollection<Java.Util.Locale>. Query the engine about the set of available languages. |
[read-only] | DefaultEngine | string. Gets the package name of the default speech synthesis engine. |
[read-only] | DefaultLanguage | Java.Util.Locale. Returns a Locale instance describing the language currently being used as the default Text-to-speech language. |
[read-only] | DefaultVoice | Voice. Returns a Voice instance that's the default voice for the default Text-to-speech language. |
[read-only] | Engines | IList<TextToSpeech.EngineInfo>. Gets a list of all installed TTS engines. |
[read-only] | IsSpeaking | bool. Checks whether the TTS engine is busy speaking. |
[read-only] | Language | Java.Util.Locale. Returns a Locale instance describing the language currently being used for synthesis requests sent to the TextToSpeech engine. |
[read-only] static | MaxSpeechInputLength | int. Limit of length of input string passed to speak and synthesizeToFile. |
[read-only] | Voice | Voice. Returns a Voice instance describing the voice currently being used for synthesis requests sent to the TextToSpeech engine. |
[read-only] | Voices | ICollection<Voice>. Query the engine about the set of available voices. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |