TtsSpan.TypeMeasure Field

Definition

The text associated with this span is a measure, consisting of a number and a unit.

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

Field Value

Implements

Attributes

Remarks

The text associated with this span is a measure, consisting of a number and a unit. The number can be a cardinal, decimal or a fraction. Set the number with the same arguments as #TYPE_CARDINAL, #TYPE_DECIMAL or #TYPE_FRACTION. The unit can be specified with #ARG_UNIT. Also accepts the arguments #ARG_GENDER, #ARG_ANIMACY, #ARG_MULTIPLICITY and #ARG_CASE.

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

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