Parser Field
Defined under the namespace Scandit.Datacapture.Parser
- ParsedField
class ParsedField
Added in version 6.5.0
- parsed
get parsed():
any
Added in version 6.5.0
The parsed data contained in this field. Depending on the field type, this returns a
INumber
,IDictionary
or string instance. Consult the field documentation for information on the type for the fields you are interested in.
- rawString
get rawString(): string
Added in version 6.5.0
The raw string that represents this field in the input string/data.
- warnings
get warnings(): ParserIssue[]
Added in version 6.26.0
Warnings associated with this field