Parser Field

Defined in library scandit_datacapture_parser

ParsedField
class ParsedField

Added in version 6.10.0

name
String get name

Added in version 6.10.0

The name of the field.

parsed
dynamic get parsed

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

issues
List<String> get issues

Added in version 6.10.0

The raw string that represents this field in the input string/data.