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", "")>]
member this.MaxSpeechInputLength : int

Property Value

Int32
Attributes

Remarks

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