Parser Field

Defined in framework ScanditParser

SDCParsedField
@interface SDCParsedField : NSObject

Added in version 6.1.0

name
@property (nonatomic, readonly) NSString *name

Added in version 6.1.0

The name of the field.

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.

rawString
@property (nonatomic, readonly) NSString *rawString

Added in version 6.1.0

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

issues
@property (nonatomic, strong, readonly) NSArray<NSString *> *issues

Added in version 6.1.0

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

Deprecated since version 6.17.0: Use warnings instead.

warnings
@property (nonatomic, strong, readonly) NSArray<SDCParserIssue *> *warnings

Added in version 6.17.0

Warnings associated with this field