java.lang.Object | ||
↳ | android.text.style.TtsSpan.Builder<C extends android.text.style.TtsSpan.SemioticClassBuilder<?>> | |
↳ | android.text.style.TtsSpan.SemioticClassBuilder<C extends android.text.style.TtsSpan.SemioticClassBuilder<?>> |
A builder for TtsSpans, has setters for morphosyntactic features.
This builder can be used directly, but the more specific subclasses of
this builder like TtsSpan.TextBuilder
and
TtsSpan.CardinalBuilder
are likely more useful.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the animacy information for this instance.
| |||||||||||
Sets the grammatical case information for this instance.
| |||||||||||
Sets the gender information for this instance.
| |||||||||||
Sets the multiplicity information for this instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.style.TtsSpan.Builder
| |||||||||||
From class
java.lang.Object
|
Sets the animacy information for this instance.
animacy | Can be any of ANIMACY_ANIMATE and
ANIMACY_INANIMATE . |
---|
Sets the grammatical case information for this instance.
grammaticalCase | Can be any of CASE_NOMINATIVE ,
CASE_ACCUSATIVE , CASE_DATIVE ,
CASE_ABLATIVE , CASE_GENITIVE ,
CASE_VOCATIVE , CASE_LOCATIVE and
CASE_INSTRUMENTAL . |
---|
Sets the gender information for this instance.
gender | Can any of GENDER_NEUTRAL ,
GENDER_MALE and GENDER_FEMALE . |
---|
Sets the multiplicity information for this instance.
multiplicity | Can be any of
MULTIPLICITY_SINGLE , MULTIPLICITY_DUAL and
MULTIPLICITY_PLURAL . |
---|