DSPassportResult
@objc
open class DSPassportResult : DSResult
A Passport specitic scan result.
-
The docoded MRZ data. Defaults to nil if the MRZ could not be decoded
Declaration
Swift
@objc open var mrz: DSMRZDocumentData? { get }
-
Indicates if the MRZ was detected in the document
Declaration
Swift
@objc open var mrzDetected: Bool { get }
-
Undocumented
Declaration
Swift
public required override init(options: DSOptions)