MBField

public class MBField : NSObject

Class representing one field, or result of document being scanned.

  • key

    Key describing the result

    Declaration

    Swift

    public let key: MBFieldKey
  • Value or the result represented as String

    Declaration

    Swift

    public let value: String
  • Declaration

    Swift

    public override var description: String { get }