Parser Field
Defined in library scandit_datacapture_parser
- ParsedField
class ParsedField
Added in version 6.10.0
- parsed
dynamic
get parsedAdded in version 6.10.0
The parsed data contained in this field. Depending on the field type, this returns a num, Map or String instance. Consult the field documentation for information on the type for the fields you are interested in.
- rawString
String get rawString
Added in version 6.10.0
The raw string that represents this field in the input string/data.
- warnings
List<ParserIssue> get warnings
Added in version 6.26.0
Warnings associated with this field