Share via


TtsSpan.TypeTime Field

Definition

The text associated with this span is a time, consisting of a number of hours, minutes, and seconds specified with #ARG_HOURS, #ARG_MINUTES, and #ARG_SECONDS.

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

Field Value

Implements

Attributes

Remarks

The text associated with this span is a time, consisting of a number of hours, minutes, and seconds specified with #ARG_HOURS, #ARG_MINUTES, and #ARG_SECONDS. Also accepts the arguments #ARG_GENDER, #ARG_ANIMACY, #ARG_MULTIPLICITY and #ARG_CASE. This is different from #TYPE_DURATION. This should be used to convey a particular moment in time, such as a clock time, while #TYPE_DURATION should be used to convey an interval of time.

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

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