Image
Google tarafından barındırılan resimler için sarmalama türü. Sonraki kimlik: 7
JSON gösterimi |
{
"kind": string,
"sourceUri": {
object (ImageUri )
},
"contentDescription": {
object (LocalizedString )
}
} |
Alanlar |
kind (deprecated) |
string
Bu kaynağın ne tür olduğunu tanımlar. Değer: "walletobjects#image" sabit dizesi.
|
sourceUri |
object (ImageUri )
Resmin URI'si.
|
contentDescription |
object (LocalizedString )
Erişilebilirlik için kullanılan resmin açıklaması.
|
ImageUri
JSON gösterimi |
{
"uri": string,
"description": string,
"localizedDescription": {
object (LocalizedString )
}
} |
Alanlar |
uri |
string
Resmin konumu. URI'ların bir şeması olmalıdır.
|
description (deprecated) |
string
Kullanılmayan ve yalnızca geriye dönük uyumluluk için tutulan, resimle ilgili ek bilgiler.
|
localizedDescription (deprecated) |
object (LocalizedString )
Açıklama için çevrilmiş dizeler. Bunlar kullanılmaz ve yalnızca geriye dönük uyumluluk için tutulur.
|
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: 2024-11-13 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-13 UTC."],[[["`Image` object wraps Google hosted images and includes the image URI, and an optional content description."],["The `ImageUri` object defines the location (URI) of the image."],["Both `Image` and `ImageUri` objects include deprecated fields for backward compatibility."]]],["The core content describes the JSON structure for representing images, including `Image` and `ImageUri` types. The `Image` object contains a deprecated `kind` field, a `sourceUri` (an `ImageUri` object), and a `contentDescription` (a `LocalizedString` object). `ImageUri` includes a `uri` (the image's location) and deprecated `description` and `localizedDescription` fields. The `Image` is designed to show Google-hosted images, with the `uri` field specifying the image location.\n"]]