MBIMrtdDetectorResult
@interface MBIMrtdDetectorResult : MBIQuadWithSizeDetectorResult <NSCopying>
Detector that can perform detection of Machine Readable Travel Documents (MRTD).
-
Unavailable
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 (nonatomic, strong, readonly, nullable) MBIQuadrangle *mrzLocation;Swift
var mrzLocation: MBIQuadrangle? { get } -
Returns the physical height in inches of Machine Readable Zone.
Declaration
Objective-C
@property (nonatomic, readonly) CGFloat mrzPhysicalHeightInInches;Swift
var mrzPhysicalHeightInInches: Int32 { get }
View on GitHub
MBIMrtdDetectorResult Class Reference