MBDocumentFaceRecognizerResult
Objective-C
@interface MBDocumentFaceRecognizerResult
: MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
MBFaceImageResult>
Swift
class MBDocumentFaceRecognizerResult : MBRecognizerResult, NSCopying, MBFullDocumentImageResult, MBFaceImageResult
Class representing values obtained when scanning Document Face Recognizer
-
Quadrangle represeting corner points of the document within the input image.
Declaration
Objective-C
@property (nonatomic, readonly) MBQuadrangle *_Nonnull documentLocation;
Swift
var documentLocation: MBQuadrangle { get }
-
Quadrangle represeting corner points of the face image within the input image.
Declaration
Objective-C
@property (nonatomic, readonly) MBQuadrangle *_Nonnull faceLocation;
Swift
var faceLocation: MBQuadrangle { get }