Parser Field
Defined in package com.scandit.datacapture.parser
- ParsedField
class ParsedField
Added in version 6.1.0
- parsed
@NonNull Object getParsed()
Added in version 6.1.0
The parsed data contained in this field. Depending on the field type, this returns a
int
, Map or String instance. Consult the field documentation for information on the type for the fields you are interested in.
- rawString
@NonNull String getRawString()
Added in version 6.1.0
The raw string that represents this field in the input string/data.
- warnings
@NonNull List<@NonNull ParserIssue> getWarnings()
Added in version 6.17.0
Warnings associated with this field