Image
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
รูปภาพผลิตภัณฑ์ที่แสดงเป็นไบต์โดยตรงหรือ URI
| การแสดง JSON |
{
// Union field image can be only one of the following:
"uri": string,
"data": string
// End of list of possible types for union field image.
} |
| ช่อง |
ฟิลด์ Union image image ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
|
uri |
string
โดยทั่วไปคือ URI ที่ขอผ่านเว็บได้
|
data |
string (bytes format)
ไบต์ดิบสำหรับรูปภาพ สตริงที่เข้ารหัส Base64
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],["The content describes a JSON structure for representing a product image. The `image` field is a union type, meaning it can hold only one value at a time. This value can be either a `uri`, a string representing a web-requestable URI, or `data`, a string containing the image's raw bytes in base64 encoding. The structure allows for either referencing an image via a web link or embedding the image data directly.\n"]]