Package ScanditBarcodePicker.Android.Parser

Classes

class  DataFormat
 
class  Field
 
class  Parser
 
class  ParserResult
 

Class Documentation

class ScanditBarcodePicker::Android::Parser::Field

A particular parsed field.

Since
5.8
Class Members
string Name The name of the field.
Returns
The name.
Lang Parsed The parsed value of the field.
Returns
Depending on the field type, the returned object is a Integer, Float. String, List or Map. Consult the format documentation for more details.
string RawString The rawString of the field, e.g.

as it appears in the data.

Returns
The raw string.