MBSerbiaIdFrontRecognizerResult


@interface MBSerbiaIdFrontRecognizerResult
    : MBLegacyRecognizerResult <NSCopying, MBFaceImageResult,
                                MBSignatureImageResult,
                                MBFullDocumentImageResult>

Class representing values obtained when scanning front side of Serbian ID

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • The issuing date of the Serbian ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSDate *issuingDate;
  • The valid until date of the Serbian ID.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) NSDate *validUntil;
  • The document number of Serbian ID owner

    Declaration

    Objective-C

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