MBField
public class MBField : NSObject
Class representing one field, or result of document being scanned.
-
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 }
View on GitHub
Install in Dash
MBField Class Reference