Images
画像
JSON 表現
|
{
"contentUrl": string,
"imageProperties": {
object (ImageProperties )
},
"sourceUrl": string,
"placeholder": {
object (Placeholder )
}
}
|
フィールド
|
contentUrl
|
string
デフォルトの有効期間が 30 分である画像の URL。この URL にはリクエスト元のアカウントがタグ付けされます。この URL を知っていれば誰でも、元のリクエスト元として実質的に画像にアクセスできます。プレゼンテーションの共有設定を変更すると、画像にアクセスできなくなる可能性があります。
|
imageProperties
|
object (ImageProperties )
画像のプロパティ。
|
sourceUrl
|
string
ソース URL は、画像の挿入に使用される URL です。ソース URL は空にすることもできます。
|
placeholder
|
object (Placeholder )
プレースホルダは、レイアウトとマスターの対応するプレースホルダから継承するページ要素です。
設定されている場合、画像はプレースホルダ画像になり、継承されたプロパティは、
Placeholder.parent_object_id
表示されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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"]]