Images
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इमेज
इमेज दिखाने वाला
PageElement
टाइप.
JSON के काेड में दिखाना
|
{
"contentUrl": string,
"imageProperties": {
object (ImageProperties )
},
"sourceUrl": string,
"placeholder": {
object (Placeholder )
}
}
|
फ़ील्ड
|
contentUrl
|
string
30 मिनट की डिफ़ॉल्ट लाइफ़टाइम वाली इमेज का यूआरएल. यह यूआरएल, अनुरोध करने वाले के खाते से टैग किया गया है. जिस किसी के पास भी यूआरएल होगा वह इमेज को उसी तरह ऐक्सेस कर पाएगा जिस तरह अनुरोध करने वाला व्यक्ति करता है. अगर प्रज़ेंटेशन की शेयर करने की सेटिंग बदल जाती है, तो इमेज को ऐक्सेस नहीं किया जा सकता.
|
imageProperties
|
object (ImageProperties )
इमेज की प्रॉपर्टी.
|
sourceUrl
|
string
सोर्स यूआरएल वह यूआरएल होता है जिसका इस्तेमाल इमेज डालने के लिए किया जाता है. सोर्स यूआरएल वाला फ़ील्ड खाली हो सकता है.
|
placeholder
|
object (Placeholder )
प्लेसहोल्डर, पेज के ऐसे एलिमेंट होते हैं जो लेआउट और मास्टर्स पर मौजूद मिलते-जुलते प्लेसहोल्डर से इनहेरिट होते हैं.
अगर यह सेट है, तो इमेज प्लेसहोल्डर इमेज होती है. साथ ही, इनहेरिट की गई किसी भी प्रॉपर्टी को हल करने के लिए, Placeholder.parent_object_id
फ़ील्ड से पहचाने गए पैरंट प्लेसहोल्डर को देखा जा सकता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]