MLKitEntityExtraction Framework Reference

  • Represents an International Bank Account Number (IBAN) extracted from text.

  • Provides the full IBAN in canonical form, such as "CH9300762011623852957".

  • Includes the ISO 3166-1 alpha-2 country code (e.g., "CH").

IBANEntity

class IBANEntity : NSObject

An IBAN entity extracted from text.

  • The full IBAN number in canonical form. For example, CH9300762011623852957.

    Declaration

    Swift

    var iban: String { get }
  • The ISO 3166-1 alpha-2 country code (two letters). For example, CH.

    Declaration

    Swift

    var countryCode: String { get }
  • Unavailable.