Rejected ID

Defined in framework ScanditIdCapture

SDCRejectedId
@interface SDCRejectedId : NSObject

Added in version 6.10.0

An information about a document or its part recognized in a frame, but rejected. A document is rejected if (a) it’s not enabled in the settings (see SDCIdCaptureSettings.supportedDocuments), (b) it’s a barcode of a correct symbology or a Machine Readable Zone (MRZ), but the data is encoded in an unexpected/incorrect format.

location
@property (nonatomic, readonly) SDCQuadrilateral location

Added in version 6.10.0

The location of a document or its part within the frame.

rejectionReason
@property (nonatomic, readonly) SDCRejectionReason rejectionReason

Added in version 6.24.0

The reason why the document was rejected.