MLKitEntityExtraction Framework Reference

  • MLKPaymentCardNetwork is an enum that defines the supported payment card networks.

  • It includes a variety of networks such as Visa, Mastercard, Amex, Discover, Diners Club, JCB, Maestro, Mir, Troy, UnionPay and InterPayment.

  • The enum also provides an MLKPaymentCardNetworkUnknown case for when the network cannot be identified.

  • Each network is represented by a specific case within the MLKPaymentCardNetwork enum.

  • This enum is used for payment card detection and processing purposes within the relevant framework.

MLKPaymentCardNetwork

enum MLKPaymentCardNetwork {}

@enum PaymentCardNetwork The supported payment card networks that can be detected.