The fields of Android.Text.Style.TtsSpan are listed below. For a list of all members, see the TtsSpan Members list.
See Also: Inherited members from Java.Lang.Object
const | AnimacyAnimate | string. |
const | AnimacyInanimate | string. |
const | ArgAnimacy | string. String argument supplying animacy information. |
const | ArgCase | string. String argument supplying case information. |
const | ArgCountryCode | string. Argument used to specify the country code of a telephone number. |
const | ArgCurrency | string. Argument used to specify the currency. |
const | ArgDay | string. Argument used to specify the day of the month of a date. |
const | ArgDenominator | string. Argument used to specify the denominator of a fraction. |
const | ArgDigits | string. Argument used to specify a string of digits. |
const | ArgDomain | string. Argument used to specify the domain part of a URI. |
const | ArgExtension | string. Argument used to specify the extension part of a telephone number. |
const | ArgFractionalPart | string. Argument used to specify the fractional part of a decimal. |
const | ArgFragmentId | string. Argument used to specify the fragment id of a URI. |
const | ArgGender | string. String argument supplying gender information. |
const | ArgHours | string. Argument used to specify the hours of a time. |
const | ArgIntegerPart | string. Argument used to specify the integer part of a decimal or fraction. |
const | ArgMinutes | string. Argument used to specify the minutes of a time. |
const | ArgMonth | string. Argument used to specify the month of a date. |
const | ArgMultiplicity | string. String argument supplying multiplicity information. |
const | ArgNumber | string. Argument used to specify a whole number. |
const | ArgNumberParts | string. Argument used to specify the main number part of a telephone number. |
const | ArgNumerator | string. Argument used to specify the numerator of a fraction. |
const | ArgPassword | string. Argument used to specify the password part of a URI. |
const | ArgPath | string. Argument used to specify the path part of a URI. |
const | ArgPort | string. Argument used to specify the port number of a URI. |
const | ArgProtocol | string. Argument used to specify the protocol of a URI. |
const | ArgQuantity | string. Argument used to choose the suffix (thousand, million, etc) that is used to pronounce large amounts of money. |
const | ArgQueryString | string. Argument used to specify the query string of a URI. |
const | ArgText | string. String supplying the text to be synthesized. |
const | ArgUnit | string. Argument used to specify the unit of a measure. |
const | ArgUsername | string. Argument used to specify the username part of a URI. |
const | ArgVerbatim | string. Argument used to specify a string where the characters are read verbatim, except whitespace. |
const | ArgWeekday | string. Argument used to specify the weekday of a date. |
const | ArgYear | string. Argument used to specify the year of a date. |
const | CaseAblative | string. |
const | CaseAccusative | string. |
const | CaseDative | string. |
const | CaseGenitive | string. |
const | CaseInstrumental | string. |
const | CaseLocative | string. |
const | CaseNominative | string. |
const | CaseVocative | string. |
const | GenderFemale | string. |
const | GenderMale | string. |
const | GenderNeutral | string. |
const | MultiplicityDual | string. |
const | MultiplicityPlural | string. |
const | MultiplicitySingle | string. |
const | TypeCardinal | string. The text associated with this span is a cardinal. |
const | TypeDate | string. The text associated with this span is a date. |
const | TypeDecimal | string. The text associated with this span is a decimal number. |
const | TypeDigits | string. The text associated with this span is a series of digits that have to be read sequentially. |
const | TypeElectronic | string. The text associated with this span is a URI (can be used for URLs and email addresses). |
const | TypeFraction | string. The text associated with this span is a fractional number. |
const | TypeMeasure | string. The text associated with this span is a measure, consisting of a number and a unit. |
const | TypeMoney | string. The text associated with this span is an amount of money. |
const | TypeOrdinal | string. The text associated with this span is an ordinal. |
const | TypeTelephone | string. The text associated with this span is a telephone number. |
const | TypeText | string. 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. |
const | TypeTime | string. The text associated with this span is a time, consisting of a number of hours and minutes, specified with TtsSpan.ArgHours and TtsSpan.ArgMinutes. |
const | TypeVerbatim | string. The text associated with this span is a series of characters that have to be read verbatim. |