Parser Field
Defined in package com.scandit.datacapture.parser
- ParsedField
class ParsedFieldAdded in version 6.1.0
- parsed
val parsed: Any?
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
val rawString: String
Added in version 6.1.0
The raw string that represents this field in the input string/data.
- warnings
val warnings: List<ParserIssue>
Added in version 6.17.0
Warnings associated with this field