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.
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" |