Max Speak as Number
The maximum value that can be spoken as a natural number (for example, twenty-three) as opposed to a string of digits (for example, two, three). The default is 99. The range is 1 to 1000000
A700x
Set the MaxSpeakAsNumber parameter using the Advanced Settings on the Device Settings tab of the task package.
MaxSpeakAsNumber=99
Android
Set the MaxSpeakAsNumber parameter in the ManhattanConfig repository in the OnetimeStartupSettings.config file.
{
"Repositories": {
"ManhattanConfig": {
"MaxSpeakAsNumber": 99
}
}
}