MBSerbiaCombinedRecognizerResult
@interface MBSerbiaCombinedRecognizerResult
: MBLegacyRecognizerResult <
NSCopying, MBCombinedRecognizerResult, MBFaceImageResult,
MBCombinedFullDocumentImageResult, MBSignatureImageResult,
MBDigitalSignatureResult, MBEncodedFaceImageResult,
MBEncodedSignatureImageResult,
MBEncodedCombinedFullDocumentImageResult>
Class representing values obtained when scanning both front and back side of Czech ID.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
The identity card number of Serbian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *identityCardNumber; -
The date of expiry of Serbian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfExpiry; -
The date of issue of Serbian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfIssue; -
The JMBG of Serbian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *jmbg; -
The first name of the Serbian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *firstName; -
The last name of the Serbian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *lastName; -
The date of birth of Serbian ID owner
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSDate *dateOfBirth; -
The nationality of the Serbian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *nationality; -
The issuer of Serbian ID.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *issuer; -
The sex of the Serbian ID owner.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *sex; -
YES if all check digits inside MRZ are correct, NO otherwise. More specifically, YES if MRZ complies with ICAO Document 9303 standard, NO otherwise.
Declaration
Objective-C
@property (readonly, nonatomic) BOOL mrzVerified;
View on GitHub
MBSerbiaCombinedRecognizerResult Class Reference