Parser Field

Defined under the namespace Scandit.Datacapture.Parser

ParsedField
class ParsedField

Added in version 6.5.0

name
get name(): string

Added in version 6.5.0

The name of the field.

parsed
get parsed(): any

Added in version 6.5.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
get rawString(): string

Added in version 6.5.0

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

issues
get issues(): string[]

Added in version 6.5.0

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