Parser Field#
Defined in framework ScanditDataParser
-
SDCParsedField
# @interface SDCParsedField
: NSObjectAdded in version 6.1.0
-
parsed
# @property (nonatomic, nullable, readonly) NSObject *parsed
Added in version 6.1.0
The parsed data contained in this field. Depending on the field type, this returns a NSNumber, NSDictionary or NSString instance. Consult the field documentation for information on the type for the fields you are interested in.
-