MBMrtdCombinedRecognizer

MRTD Combined recognizer

MRTD Combined recognizer is used for scanning both front and back side of generic IDs.

  • Undocumented

    Declaration

    Objective-C

    MB_INIT

    Swift

    init()
  • Mrtd Combined recognizer result

    Declaration

    Objective-C

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

    Swift

    var result: MBMrtdCombinedRecognizerResult { get }
  • Whether returning of unparsed results is allowed

    Default: NO

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL allowUnparsedResults;

    Swift

    var allowUnparsedResults: Bool { get set }
  • Whether returning of unverified results is allowed Unverified result is result that is parsed, but check digits are incorrect.

    Default: NO

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL allowUnverifiedResults;

    Swift

    var allowUnverifiedResults: Bool { get set }
  • Whether special characters are allowed

    Default: NO

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) BOOL allowSpecialCharacters;

    Swift

    var allowSpecialCharacters: Bool { get set }
  • 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 (assign, readwrite, nonatomic) NSUInteger numStableDetectionsThreshold;

    Swift

    var numStableDetectionsThreshold: UInt { get set }
  • Type of document this recognizer will scan.

    Default: MBDocumentFaceDetectorTypeTD1

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) MBDocumentFaceDetectorType detectorType;

    Swift

    var detectorType: MBDocumentFaceDetectorType { get set }