Wartości w polu enum | |
---|---|
RENDER_ENCODING_UNSPECIFIED |
|
UTF_8 |
Kodowanie UTF_8 na potrzeby kodów kreskowych. Jest obsługiwane tylko w przypadku kodu kreskowego typu qrCode. |
BarcodeRenderEncoding
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\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. |"]]