AutofillDetectedData
public struct AutofillDetectedData
Autofill detected data.
-
The detected MRZ.
Declaration
Swift
public var mrzResult: MRZResult? -
The detected barcode.
Declaration
Swift
public var barcode: [String : String]? -
Detected document image.
Declaration
Swift
public var image: UIImage? -
Detected document imageBase64String.
Declaration
Swift
public var finalExifIdImageBase64String: String?