MBIDocumentCaptureRecognizerResult
@interface MBIDocumentCaptureRecognizerResult
: MBIRecognizerResult <NSCopying, MBIFullDocumentImageResult,
MBIEncodedFullDocumentImageResult>
Class representing values obtained when capturing document
-
Unavailable
Undocumented
Declaration
Objective-C
MB_INIT_UNAVAILABLE
-
Quadrangle represeting corner points of location of the captured document
Declaration
Objective-C
@property (nonatomic, readonly) MBIQuadrangle *_Nonnull detectionLocation;
Swift
var detectionLocation: MBIQuadrangle { get }