枚举 | |
---|---|
RENDER_ENCODING_UNSPECIFIED |
|
UTF_8 |
条形码的 UTF_8 编码。只有条形码类型 qrCode 才支持此操作。 |
BarcodeRenderEncoding
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003e\u003ccode\u003eRENDER_ENCODING_UNSPECIFIED\u003c/code\u003e is a default value with no specific encoding.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUTF_8\u003c/code\u003e is specifically for QR code barcodes and supports UTF-8 encoding.\u003c/p\u003e\n"]]],["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"],null,["# BarcodeRenderEncoding\n\n| Enums ||\n|-------------------------------|------------------------------------------------------------------------------|\n| `RENDER_ENCODING_UNSPECIFIED` | |\n| `UTF_8` | UTF_8 encoding for barcodes. This is only supported for barcode type qrCode. |"]]