MBDocumentFaceRecognizerResult


@interface MBDocumentFaceRecognizerResult
    : MBRecognizerResult <NSCopying, MBFullDocumentImageResult,
                          MBFaceImageResult>

Class representing values obtained when scanning Document Face Recognizer

  • Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Quadrangle represeting corner points of the document within the input image.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBQuadrangle *_Nonnull documentLocation;

    Swift

    var documentLocation: MBQuadrangle { get }
  • Quadrangle represeting corner points of the face image within the input image.

    Declaration

    Objective-C

    @property (readonly, nonatomic) MBQuadrangle *_Nonnull faceLocation;

    Swift

    var faceLocation: MBQuadrangle { get }