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은 이미지를 삽입하는 데 사용되는 URL입니다. 소스 URL은 비워둘 수 있습니다.
|
placeholder
|
object (Placeholder )
자리표시자는 레이아웃 및 마스터의 해당 자리표시자에서 상속되는 페이지 요소입니다.
설정된 경우 이미지는 자리표시자 이미지이며 상속된 모든 속성은
Placeholder.parent_object_id
필드를 확인합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]