MBIDocumentDetectorResult


@interface MBIDocumentDetectorResult : MBIQuadWithSizeDetectorResult <NSCopying>

Detector that can perform detection of card documents, cheques, papers, etc.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Aspect ratio of detected document.

    Declaration

    Objective-C

    @property (nonatomic, readonly) CGFloat aspectRatio;

    Swift

    var aspectRatio: CGFloat { get }