MRZResult
public struct MRZResult : Encodable
extension MRZResult: Equatable
Detected MRZ data.
-
Decoded MRZ key-value data.
Declaration
Swift
public var dictionary: [String : String] { get }
-
Returns the birth date as a “dd/MM/yyyy” formatted string.
Declaration
Swift
public var birthDateString: String? { get }
-
Returns the expiry date as a “dd/MM/yyyy” formatted string.
Declaration
Swift
public var expiryDateString: String? { get }
-
Declaration
Swift
public static func == (lhs: MRZResult, rhs: MRZResult) -> Bool