MBRomaniaIdFrontRecognizer


@interface MBRomaniaIdFrontRecognizer
    : MBLegacyRecognizer <NSCopying, MBFaceImage, MBFullDocumentImage,
                          MBGlareDetection>

Class for configuring Romanian ID Front Recognizer.

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

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Romanian ID Front recognizer result

    Declaration

    Objective-C

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

    Swift

    var result: MBRomaniaIdFrontRecognizerResult { get }
  • Defines if owner’s first name should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractFirstName: Bool { get set }
  • Defines if owner’s last name should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractLastName: Bool { get set }
  • Defines if the place of birth should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractPlaceOfBirth: Bool { get set }
  • Defines if the owner’s address should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractAddress: Bool { get set }
  • Defines if the issued ny data should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractIssuedBy: Bool { get set }
  • Defines if the valid from date should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractValidFrom: Bool { get set }
  • Defines if the valid until date should be extracted from the ID

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractValidUntil: Bool { get set }
  • Defines if the owner’s sex information should be extracted from the ID from non-MRZ part of the ID.

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractNonMRZSex: Bool { get set }