MBMrtdDetectorResult
@interface MBMrtdDetectorResult : MBQuadWithSizeDetectorResult <NSCopying>
Detector that can perform detection of Machine Readable Travel Documents (MRTD).
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
Returns the location of Machine Readable Zone in coordinate system of image in which detection was performed.
Declaration
Objective-C
@property (readonly, strong, nonatomic, nullable) MBQuadrangle *mrzLocation;
Swift
var mrzLocation: MBQuadrangle? { get }
-
Returns the physical height in inches of Machine Readable Zone.
Declaration
Objective-C
@property (readonly, assign, nonatomic) CGFloat mrzPhysicalHeightInInches;
Swift
var mrzPhysicalHeightInInches: Int32 { get }