TtsSpan.TypeText Field
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.
This span type can be used to add morphosyntactic features to the text it spans over, or synthesize a something else than the spanned text.
[Android.Runtime.Register("TYPE_TEXT")]
public const string TypeText;
[<Android.Runtime.Register("TYPE_TEXT")>]
val mutable TypeText : string
Field Value
Implements
- Attributes
Remarks
This span type can be used to add morphosyntactic features to the text it spans over, or synthesize a something else than the spanned text. Use the argument #ARG_TEXT
to set a different text. Accepts the arguments #ARG_GENDER
, #ARG_ANIMACY
, #ARG_MULTIPLICITY
and #ARG_CASE
.
Java documentation for android.text.style.TtsSpan.TYPE_TEXT
.
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.