TtsSpan.ArgUnit 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.
Argument used to specify the unit of a measure.
[Android.Runtime.Register("ARG_UNIT")]
public const string ArgUnit;
[<Android.Runtime.Register("ARG_UNIT")>]
val mutable ArgUnit : string
Field Value
Implements
- Attributes
Remarks
Argument used to specify the unit of a measure. The unit should always be specified in English singular form. Prefixes may be used. Engines will do their best to pronounce them correctly in the language used. Engines are expected to at least support the most common ones like "meter", "second", "degree celsius" and "degree fahrenheit" with some common prefixes like "milli" and "kilo". Can be used with #TYPE_MEASURE
.
Java documentation for android.text.style.TtsSpan.ARG_UNIT
.
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.