MBSingaporeChangiEmployeeIdRecognizer

Class for configuring Singapore Changi Employee Id Recognizer.

Singapore Changi Employee Id recognizer is used for scanning front side of the Singapore Driver’s license..

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Result of scanning Singapore Changi Employee Id

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        MBSingaporeChangiEmployeeIdRecognizerResult *_Nonnull result;
  • Defines if owner’s name should be extracted from the Singapore Changi Employee Id

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractName;

    Swift

    var extractName: Bool { get set }
  • Defines if company name should be extracted from the Singapore Changi Employee Id

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractCompanyName;

    Swift

    var extractCompanyName: Bool { get set }
  • Defines if birth of expiry should be extracted from the Singapore Changi Employee Id

    Default: YES

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL extractDateOfExpiry;

    Swift

    var extractDateOfExpiry: Bool { get set }