public static class TtsSpan.DigitsBuilder extends TtsSpan.SemioticClassBuilder<TtsSpan.DigitsBuilder>
TtsSpan.TYPE_DIGITS
.Constructor and Description |
---|
DigitsBuilder()
Creates a builder for a TtsSpan of type
TtsSpan.TYPE_DIGITS . |
DigitsBuilder(String digits)
Creates a builder for a TtsSpan of type
TtsSpan.TYPE_DIGITS
and sets the TtsSpan.ARG_DIGITS argument. |
Modifier and Type | Method and Description |
---|---|
TtsSpan.DigitsBuilder |
setDigits(String digits)
Sets the
TtsSpan.ARG_DIGITS argument. |
setAnimacy, setCase, setGender, setMultiplicity
build, setIntArgument, setLongArgument, setStringArgument
public DigitsBuilder()
TtsSpan.TYPE_DIGITS
.public DigitsBuilder(String digits)
TtsSpan.TYPE_DIGITS
and sets the TtsSpan.ARG_DIGITS
argument.public TtsSpan.DigitsBuilder setDigits(String digits)
TtsSpan.ARG_DIGITS
argument.digits
- A string of digits.