Image
Google 호스팅 이미지의 래핑 유형입니다. 다음 ID: 7
필드 |
kind (deprecated) |
string
리소스 종류를 식별합니다. 값: 고정 문자열 "walletobjects#image" .
|
sourceUri |
object (ImageUri )
이미지의 URI입니다.
|
contentDescription |
object (LocalizedString )
접근성에 사용된 이미지에 대한 설명입니다.
|
ImageUri
JSON 표현 |
{
"uri": string,
"description": string,
"localizedDescription": {
object (LocalizedString )
}
} |
필드 |
uri |
string
이미지의 위치입니다. URI에는 스키마가 있어야 합니다.
|
description (deprecated) |
string
이미지에 대한 추가 정보로, 사용되지 않으며 이전 버전과의 호환성을 위해서만 보관됩니다.
|
localizedDescription (deprecated) |
object (LocalizedString )
설명을 위해 번역된 문자열입니다. 사용되지 않으며 이전 버전과의 호환성을 위해서만 보관됩니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-13(UTC)
[null,null,["최종 업데이트: 2024-11-13(UTC)"],[[["`Image` object wraps Google hosted images and includes the image URI, and an optional content description."],["The `ImageUri` object defines the location (URI) of the image."],["Both `Image` and `ImageUri` objects include deprecated fields for backward compatibility."]]],["The core content describes the JSON structure for representing images, including `Image` and `ImageUri` types. The `Image` object contains a deprecated `kind` field, a `sourceUri` (an `ImageUri` object), and a `contentDescription` (a `LocalizedString` object). `ImageUri` includes a `uri` (the image's location) and deprecated `description` and `localizedDescription` fields. The `Image` is designed to show Google-hosted images, with the `uri` field specifying the image location.\n"]]