DSID1Result
@objc
open class DSID1Result : DSResult
An ID1 specific scan result.
-
The decoded ID1 PDF417 barcode data. Defaults to nil if no barcode data could not be decoded
Declaration
Swift
@objc open var barcode: DSBarcodeDocumentData? { get }
-
The docoded MRZ data. Defaults to nil if the MRZ could not be decoded
Declaration
Swift
@objc open var mrz: DSMRZDocumentData? { get }
-
The side of the ID1 document that was scanned
Declaration
Swift
@objc public var side: DSSide { get }
-
Indicates if the MRZ was detected in the document
Declaration
Swift
@objc open var mrzDetected: Bool { get }
-
Indicates if the Barcode was detected in the document
Declaration
Swift
@objc open var barcodeDetected: Bool { get }