Image
סוג האריזה של תמונות שמתארחות ב-Google. המזהה הבא: 7
ייצוג 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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-13 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]