Enums | |
---|---|
RENDER_ENCODING_UNSPECIFIED |
|
UTF_8 |
UTF_8 encoding for barcodes. This is only supported for barcode type qrCode. |
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-23 UTC.
[null,null,["Last updated 2024-10-23 UTC."],[[["`RENDER_ENCODING_UNSPECIFIED` is a default value with no specific encoding."],["`UTF_8` is specifically for QR code barcodes and supports UTF-8 encoding."]]],["The provided content defines two enumeration values related to data encoding. `RENDER_ENCODING_UNSPECIFIED` indicates an unspecified encoding. `UTF_8` represents UTF-8 encoding, specifically for barcodes, and is limited to qrCode barcode types. These enums are used to specify the data encoding method within a system that handles different barcode formats.\n"]]