MLKitEntityExtraction Framework Reference
MLKPaymentCardEntity
class MLKPaymentCardEntity : NSObject
A payment card entity extracted from text.
-
The payment card network.
-
The payment card number in canonical form. For example, 4111111111111111
.
Declaration
Swift
var paymentCardNumber: String { get }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[[["`MLKPaymentCardEntity` is an object representing payment card information extracted from text."],["It provides the payment card network (e.g., Visa, Mastercard) and the canonical form of the payment card number."],["The initializer for this class is unavailable, implying it's likely obtained through other means within the ML Kit framework."]]],[]]