MBQuadWithSizeDetectorResult
@interface MBQuadWithSizeDetectorResult : MBQuadDetectorResult <NSCopying>
Base class for all detectors that are used for MBQuadrangle detection and can also provide physical size of the detected document.
-
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE -
Returns the physical height of the detected MBQuadrangle in inches.
Declaration
Objective-C
@property (readonly, assign, nonatomic) CGFloat physicalHeightInInches;Swift
var physicalHeightInInches: Int32 { get }
View on GitHub
MBQuadWithSizeDetectorResult Class Reference