Images
תמונה
א'
PageElement
שמייצג תמונה.
ייצוג JSON
|
{
"contentUrl": string,
"imageProperties": {
object (ImageProperties )
},
"sourceUrl": string,
"placeholder": {
object (Placeholder )
}
}
|
שדות
|
contentUrl
|
string
כתובת URL של תמונה עם משך חיים של 30 דקות כברירת מחדל. כתובת ה-URL הזו מתויגת עם החשבון של מגיש הבקשה. כל מי שיש לו את כתובת ה-URL יכול לגשת לתמונה בתור מגיש הבקשה המקורי. אם הגדרות השיתוף של המצגת ישתנו, יכול להיות שהגישה לתמונה תאבד.
|
imageProperties
|
object (ImageProperties )
מאפייני התמונה.
|
sourceUrl
|
string
כתובת ה-URL של המקור היא כתובת ה-URL שמשמשת להוספת התמונה. כתובת ה-URL של המקור יכולה להיות ריקה.
|
placeholder
|
object (Placeholder )
placeholders הם רכיבי דפים יורשים מ-placeholders תואמים בפריסות ובמאסטרים.
אם המדיניות מוגדרת, התמונה היא תמונת placeholder ואפשר לתקן כל מאפיין שעבר בירושה על ידי עיון ב-placeholder שמוגדר כהורה שזוהה על ידי
Placeholder.parent_object_id
השדה הזה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-03 (שעון UTC)."],[[["Image PageElement represents images within Google Slides."],["It includes properties like `contentUrl`, `imageProperties`, `sourceUrl`, and `placeholder`."],["`contentUrl` provides a temporary URL for accessing the image."],["`placeholder` details if the image acts as a placeholder and inherits properties from parent layouts or masters."]]],["An image `PageElement` is defined by its `contentUrl`, `imageProperties`, `sourceUrl`, and optional `placeholder`. The `contentUrl` provides a temporary (30-minute) access URL tied to the requester's account. `imageProperties` details the image's attributes. The `sourceUrl` indicates where the image was inserted from. `Placeholder` signifies inherited properties from parent layouts or masters, resolvable via `parent_object_id`. These elements define the data and source of the image.\n"]]