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?