MBIQuadWithSizeDetectorResult


@interface MBIQuadWithSizeDetectorResult : MBIQuadDetectorResult <NSCopying>

Base class for all detectors that are used for MBIQuadrangle detection and can also provide physical size of the detected document.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Returns the physical height of the detected MBIQuadrangle in inches.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGFloat physicalHeightInInches;

    Swift

    var physicalHeightInInches: Int32 { get }