列舉 | |
---|---|
RENDER_ENCODING_UNSPECIFIED |
|
UTF_8 |
條碼的 UTF_8 編碼。這種編碼方式僅適用於條碼類型 qrCode。 |
BarcodeRenderEncoding
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間: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. |"]]