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