MBIIbanParserResult


@interface MBIIbanParserResult : MBIParserResult <NSCopying>

MBIAmountParser that can extract IBAN (International Bank Account Number) from OCR result.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    MB_INIT_UNAVAILABLE
  • Returns the rparsed IBAN or empty string if recognition failed.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSString *iban;

    Swift

    var iban: String? { get }