| java.lang.Object | |||
| ↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.TextBuilder> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.TextBuilder> | ||
| ↳ | android.text.style.TtsSpan.TextBuilder | ||
A builder for TtsSpans of type TYPE_TEXT.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a TtsSpan of type
TYPE_TEXT.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
ARG_TEXT argument, the text to be synthesized.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.style.TtsSpan.SemioticClassBuilder
| |||||||||||
From class
android.text.style.TtsSpan.Builder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a builder for a TtsSpan of type TYPE_TEXT.
| text | The text to be synthesized. |
|---|
Sets the ARG_TEXT argument, the text to be synthesized.
| text | The string that will be synthesized. |
|---|