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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-21 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-21 (שעון UTC)."],[],[],null,["# Images\n\n### Image\n\n\nA\n[PageElement](/workspace/slides/api/reference/rest/v1/presentations.pages#Page.PageElement)\nkind representing an image.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"contentUrl\": string, \"imageProperties\": { object (/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.ImageProperties) }, \"sourceUrl\": string, \"placeholder\": { object (/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.Placeholder) } } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `contentUrl` | `string` An URL to an image with a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation's sharing settings change. |\n| `imageProperties` | `object (`[ImageProperties](/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.ImageProperties)`)` The properties of the image. |\n| `sourceUrl` | `string` The source URL is the URL used to insert the image. The source URL can be empty. |\n| `placeholder` | `object (`[Placeholder](/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.Placeholder)`)` Placeholders are page elements that inherit from corresponding placeholders on layouts and masters. If set, the image is a placeholder image and any inherited properties can be resolved by looking at the parent placeholder identified by the [Placeholder.parent_object_id](/workspace/slides/api/reference/rest/v1/presentations.pages/other#Page.Placeholder.FIELDS.parent_object_id) field. |"]]