Description
This Say It Smart type handles the reading of any number digit by digit. The number can be negative or positive and can also contain a decimal (though, unlike Number, exponents are not supported). Every character is read individually.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
Plugin Name: |
digits |
Display Name: |
Digit-By-Digit |
Class Name: |
com.audium.sayitsmart.plug-ins.AudiumSayItSmartDigit |
This Say It Smart type handles the reading of any number digit by digit. The number can be negative or positive and can also contain a decimal (though, unlike Number, exponents are not supported). Every character is read individually.
Name (Display Name) |
Description |
number (Any Length Number) |
This number can appear as any length whole or decimal number. If the number is negative, the minus sign must be the first character. |
Name (Display Name) |
Input Format Depends On |
Description |
digits (Digit-By-Digit) |
number |
The number can be played back in only one manner: digit by digit. |
Name (Display Name) |
Output Format Depends On |
Description |
standard (Standard) |
digits |
This single fileset contains all numbers from 0 to 9 as well as point and negative. |
0 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
|
negative |
point |
Example #1
Data: |
96.89 |
Input Format: |
number |
Output Format: |
digits |
Fileset |
standard |
Playback: |
”9” ”6” ”point” ”8” ”9” |
Example #2
Data: |
-10 |
Input Format: |
number |
Output Format: |
digits |
Fileset |
standard |
Playback: |
"negative“ “1" "0" |