Images
ছবি
একটি চিত্রের প্রতিনিধিত্বকারী একটি PageElement
প্রকার৷
JSON প্রতিনিধিত্ব |
---|
{
"contentUrl": string,
"imageProperties": {
object (ImageProperties )
},
"sourceUrl": string,
"placeholder": {
object (Placeholder )
}
} |
ক্ষেত্র |
---|
contentUrl | string 30 মিনিটের ডিফল্ট জীবনকাল সহ একটি চিত্রের URL। এই URLটি অনুরোধকারীর অ্যাকাউন্টের সাথে ট্যাগ করা হয়েছে। URL সহ যে কেউ আসল অনুরোধকারী হিসাবে ছবিটি কার্যকরভাবে অ্যাক্সেস করে৷ উপস্থাপনার শেয়ারিং সেটিংস পরিবর্তন হলে ছবিতে অ্যাক্সেস হারিয়ে যেতে পারে। |
imageProperties | object ( ImageProperties ) ছবির বৈশিষ্ট্য। |
sourceUrl | string সোর্স ইউআরএল হল ইমেজ ঢোকাতে ব্যবহৃত ইউআরএল। উৎস URL খালি হতে পারে. |
placeholder | object ( Placeholder ) প্লেসহোল্ডার হল পৃষ্ঠার উপাদান যা লেআউট এবং মাস্টারগুলিতে সংশ্লিষ্ট স্থানধারকদের থেকে উত্তরাধিকারসূত্রে প্রাপ্ত। যদি সেট করা হয়, চিত্রটি একটি স্থানধারক চিত্র এবং যেকোনো উত্তরাধিকারসূত্রে প্রাপ্ত বৈশিষ্ট্যগুলি Placeholder.parent_object_id ক্ষেত্র দ্বারা চিহ্নিত মূল স্থানধারকটি দেখে সমাধান করা যেতে পারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 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"]]