TextToSpeech.MaxSpeechInputLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Limit of length of input string passed to speak and synthesizeToFile.
public static int MaxSpeechInputLength { [Android.Runtime.Register("getMaxSpeechInputLength", "()I", "")] get; }
[<get: Android.Runtime.Register("getMaxSpeechInputLength", "()I", "")>]
static member MaxSpeechInputLength : int
Property Value
- Attributes
Remarks
Limit of length of input string passed to speak and synthesizeToFile.
Java documentation for android.speech.tts.TextToSpeech.getMaxSpeechInputLength()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- <xref:Android.Speech.Tts.TextToSpeech.Speak(Java.Lang.ICharSequence%2c+Android.Speech.Tts.QueueMode%2c+Android.Speech.Tts.QueueMode%2c+Android.Speech.Tts.QueueMode)>
- <xref:Android.Speech.Tts.TextToSpeech.SynthesizeToFile(Java.Lang.ICharSequence%2c+Android.OS.Bundle%2c+Android.OS.Bundle%2c+Android.OS.Bundle)>