NumberParseFailureReason
in package
Identifies why a localized number parse failed.
Table of Contents
Cases
- EmptyInput
- Input contained no parseable words.
- InvalidSyntax
- Input did not conform to the expected syntax for number words in the locale.
- UnrecognizedWord
- Input contained a word that is not recognized as a valid number word in the locale.
Cases
EmptyInput
Input contained no parseable words.
InvalidSyntax
Input did not conform to the expected syntax for number words in the locale.
UnrecognizedWord
Input contained a word that is not recognized as a valid number word in the locale.