Image
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Ürün resmi doğrudan bayt veya URI olarak gösterilir.
JSON gösterimi |
{
// Union field image can be only one of the following:
"uri": string,
"data": string
// End of list of possible types for union field image .
} |
Alanlar |
Birleştirme alanı image . image yalnızca aşağıdakilerden biri olabilir:
|
uri |
string
Genellikle web isteği gönderilebilen URI.
|
data |
string (bytes format)
Resmin ham baytları. Base64 kodlu bir dize.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]