列挙型 | |
---|---|
RENDER_ENCODING_UNSPECIFIED |
|
UTF_8 |
バーコードの UTF_8 エンコード。バーコード タイプ qrCode でのみサポートされています。 |
BarcodeRenderEncoding
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 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,["| Enums ||\n|-------------------------------|------------------------------------------------------------------------------|\n| `RENDER_ENCODING_UNSPECIFIED` | |\n| `UTF_8` | UTF_8 encoding for barcodes. This is only supported for barcode type qrCode. |"]]