TextToSpeech.MaxSpeechInputLength Property

Definition

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)>