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)."],[[["\u003cp\u003e\u003ccode\u003eImage\u003c/code\u003e object wraps Google hosted images and includes the image URI, and an optional content description.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImageUri\u003c/code\u003e object defines the location (URI) of the image.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eImage\u003c/code\u003e and \u003ccode\u003eImageUri\u003c/code\u003e objects include deprecated fields for backward compatibility.\u003c/p\u003e\n"]]],["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"],null,["# Image\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ImageUri](#ImageUri)\n - [JSON representation](#ImageUri.SCHEMA_REPRESENTATION)\n\nWrapping type for Google hosted images.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"sourceUri\": { object (/wallet/reference/rest/v1/Image#ImageUri) }, \"contentDescription\": { object (/wallet/reference/rest/v1/LocalizedString) } } ``` |\n\n| Fields ||\n|-------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `kind` **(deprecated)** | `string` | This item is deprecated! Identifies what kind of resource this is. Value: the fixed string `\"walletobjects#image\"`. |\n| `sourceUri` | `object (`[ImageUri](/wallet/reference/rest/v1/Image#ImageUri)`)` The URI for the image. |\n| `contentDescription` | `object (`[LocalizedString](/wallet/reference/rest/v1/LocalizedString)`)` Description of the image used for accessibility. |\n\nImageUri\n--------\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"uri\": string, \"description\": string, \"localizedDescription\": { object (/wallet/reference/rest/v1/LocalizedString) } } ``` |\n\n| Fields ||\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `uri` | `string` The location of the image. URIs must have a scheme. |\n| `description` **(deprecated)** | `string` | This item is deprecated! Additional information about the image, which is unused and retained only for backward compatibility. |\n| `localizedDescription` **(deprecated)** | `object (`[LocalizedString](/wallet/reference/rest/v1/LocalizedString)`)` | This item is deprecated! Translated strings for the description, which are unused and retained only for backward compatibility. |"]]