Parser Field

Defined under the namespace Scandit.Datacapture.Parser

ParsedField
interface ParsedField

Added in version 6.25.0

name
name: string

Added in version 6.25.0

The name of the field.

parsed
parsed?: any

Added in version 6.25.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.

rawString
rawString: string

Added in version 6.25.0

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

warnings
warnings?: ParserIssue[]

Added in version 6.25.0

Warnings associated with this field