MBDocumentFaceRecognizer

Deprecated

Use MBBlinkIdSingleSideRecognizer with photoID right.

Objective-C


@interface MBDocumentFaceRecognizer
    : MBRecognizer <NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi,
                    MBFaceImage, MBFaceImageDpi,
                    MBFullDocumentImageExtensionFactors>

Swift

class MBDocumentFaceRecognizer : MBRecognizer, NSCopying, MBFullDocumentImage, MBFullDocumentImageDpi, MBFaceImage, MBFaceImageDpi, MBFullDocumentImageExtensionFactors

Class for configuring Document Face Recognizer Recognizer.

Document Face Recognizer recognizer is used for scanning documents containing face images.

  • Deprecated

    Use MBBlinkIdSingleSideRecognizer with photoID right.

    Result of scanning Document Face Recognizer

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) MBDocumentFaceRecognizerResult *_Nonnull result;

    Swift

    var result: MBDocumentFaceRecognizerResult { get }
  • Deprecated

    Use MBBlinkIdSingleSideRecognizer with photoID right.

    Type of docment this recognizer will scan.

    Default: MBDocumentFaceDetectorTypeTD1

    Declaration

    Objective-C

    @property (nonatomic) MBDocumentFaceDetectorType detectorType;

    Swift

    var detectorType: MBDocumentFaceDetectorType { get set }
  • Deprecated

    Use MBBlinkIdSingleSideRecognizer with photoID right.

    Defines how many times the same document should be detected before the detector returns this document as a result of the deteciton

    Higher number means more reliable detection, but slower processing

    Default: 6

    Declaration

    Objective-C

    @property (nonatomic) NSInteger numStableDetectionsThreshold;

    Swift

    var numStableDetectionsThreshold: Int { get set }