MBSlovakiaIdBackRecognizerResult


@interface MBSlovakiaIdBackRecognizerResult
    : MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
                          MBEncodedFullDocumentImageResult>

Recognizer which can scan back side of Slovak ID cards.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The address of Slovak ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull address;

    Swift

    var address: String { get }
  • The data extracted from the machine readable zone.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBMrzResult *_Nonnull mrzResult;

    Swift

    var mrzResult: MBMrzResult { get }
  • The place of birth of Slovak ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull placeOfBirth;

    Swift

    var placeOfBirth: String { get }
  • The special remarks of Slovak ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull specialRemarks;

    Swift

    var specialRemarks: String { get }
  • The surname at birth of Slovak ID owner.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSString *_Nonnull surnameAtBirth;

    Swift

    var surnameAtBirth: String { get }