MBSloveniaIdFrontRecognizer


@interface MBSloveniaIdFrontRecognizer
    : MBLegacyRecognizer <NSCopying, MBFaceImage, MBSignatureImage,
                          MBFullDocumentImage, MBGlareDetection>

Class for configuring Slovenian ID Front Recognizer.

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

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Slovenian ID Front recognizer result

    Declaration

    Objective-C

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

    Swift

    var result: MBSloveniaIdFrontRecognizerResult { get }
  • Defines if sex of Slovenian ID owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractSex: Bool { get set }
  • Defines if nationality of Slovenian ID owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractNationality: Bool { get set }
  • Defines if date of birth of Slovenian ID owner should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfBirth: Bool { get set }
  • Defines if date of expiry of Slovenian ID should be extracted

    Default: YES

    Declaration

    Objective-C

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

    Swift

    var extractDateOfExpiry: Bool { get set }