Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Image
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
סוג האריזה של תמונות שמתארחות ב-Google.
| ייצוג ב-JSON |
{
"kind": string,
"sourceUri": {
object (ImageUri)
},
"contentDescription": {
object (LocalizedString)
}
} |
| שדות |
kind (deprecated) |
string
מזהה את סוג המשאב. ערך: המחרוזת הקבועה "walletobjects#image".
|
sourceUri |
object (ImageUri)
ה-URI של התמונה.
|
contentDescription |
object (LocalizedString)
תיאור התמונה המשמשת לצורכי נגישות.
|
ImageUri
| ייצוג ב-JSON |
{
"uri": string,
"description": string,
"localizedDescription": {
object (LocalizedString)
}
} |
| שדות |
uri |
string
המיקום של התמונה. מזהי URI חייבים לכלול סכימה.
|
description (deprecated) |
string
מידע נוסף על התמונה, שלא נמצא בשימוש ונשמר רק לצורך תאימות לאחור.
|
localizedDescription (deprecated) |
object (LocalizedString)
מחרוזות מתורגמות של התיאור, שלא בשימוש ונשמרות רק למטרות תאימות לאחור.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["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"]]