TtsSpan.TypeDecimal Field

Definition

The text associated with this span is a decimal number.

[Android.Runtime.Register("TYPE_DECIMAL")]
public const string TypeDecimal;
[<Android.Runtime.Register("TYPE_DECIMAL")>]
val mutable TypeDecimal : string

Field Value

Implements

Attributes

Remarks

The text associated with this span is a decimal number. Must include the number to be synthesized with #ARG_INTEGER_PART and #ARG_FRACTIONAL_PART. Also accepts the arguments #ARG_GENDER, #ARG_ANIMACY, #ARG_MULTIPLICITY and #ARG_CASE.

Java documentation for android.text.style.TtsSpan.TYPE_DECIMAL.

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