MBSingaporeIdFrontRecognizer

Class for configuring Singapore ID Front Recognizer.

Singapore ID Front recognizer is used for scanning front side of Singapore ID.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Singapore ID Front recognizer result

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        MBSingaporeIdFrontRecognizerResult *_Nonnull result;

    Swift

    var result: MBSingaporeIdFrontRecognizerResult { get }
  • Defines if name of Singaporean ID card owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractName: Bool { get set }
  • Defines if race of Singaporean ID card owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractRace: Bool { get set }
  • Defines if date of birth of Singaporean ID card owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfBirth: Bool { get set }
  • Defines if sex of Singaporean ID card owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSex: Bool { get set }
  • Defines if country/place of birth of Singaporean ID card owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractCountryOfBirth: Bool { get set }