public static abstract @interface WalletConstants.PaymentCardRecognitionType implements
Annotation
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-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["`WalletConstants.PaymentCardRecognitionType` is an annotation used to define OCR input types for the OCR 3P API."],["This annotation inherits methods from the `java.lang.annotation.Annotation` interface including `annotationType()`, `equals()`, `hashCode()`, and `toString()`."]]],["`WalletConstants.PaymentCardRecognitionType` is an abstract annotation interface for OCR 3P API input types. It inherits methods from `java.lang.annotation.Annotation`, including `annotationType()`, `equals(Object arg0)`, `hashCode()`, and `toString()`. These inherited methods enable retrieving the annotation's type, comparing annotations for equality, generating a hash code, and providing a string representation of the annotation, respectively. The core functionality centers around defining a standard structure for payment card recognition types in the context of Optical Character Recognition (OCR).\n"]]