MBMrtdRecognizerResult
@interface MBMrtdRecognizerResult
: MBTemplatingRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBEncodedFullDocumentImageResult>
Result of MBMrtdDetectorRecognizer
-
Undocumented
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
Returns the Data extracted from the machine readable zone.
Declaration
Objective-C
@property (readonly, strong, nonatomic) MBMrzResult *_Nonnull mrzResult;
Swift
var mrzResult: MBMrzResult { get }
-
Raw OCR layout from which the MRTD data was parsed.
If allowUnparsedResults is used, you can use this property to implement your custom MRTD parsing algorithm
Declaration
Objective-C
@property (readonly, nonatomic, nullable) MBOcrLayout *rawOcrLayout;
Swift
var rawOcrLayout: MBOcrLayout? { get }