MBMoroccoIdBackRecognizerResult


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

Class representing values obtained when scanning front side of the Morocco ID

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The date of expiry of the Morocco ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBDateResult *_Nonnull dateOfExpiry;

    Swift

    var dateOfExpiry: MBDateResult { get }
  • The document number of the Morocco ID.

    Declaration

    Objective-C

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

    Swift

    var documentNumber: String { get }
  • The father’s name of the Morocco ID owner.

    Declaration

    Objective-C

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

    Swift

    var fathersName: String { get }
  • The mother’s name of the Morocco ID owner.

    Declaration

    Objective-C

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

    Swift

    var mothersName: String { get }
  • sex

    The sex of the Morocco ID owner.

    Declaration

    Objective-C

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

    Swift

    var sex: String { get }
  • The address of the Morocco ID owner.

    Declaration

    Objective-C

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

    Swift

    var address: String { get }
  • The civil status number of the Morocco ID owner.

    Declaration

    Objective-C

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

    Swift

    var civilStatusNumber: String { get }