Image
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google 호스팅 이미지의 래핑 유형입니다.
필드 |
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 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003e\u003ccode\u003eImage\u003c/code\u003e object wraps Google hosted images and includes the image URI, and an optional content description.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImageUri\u003c/code\u003e object defines the location (URI) of the image.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eImage\u003c/code\u003e and \u003ccode\u003eImageUri\u003c/code\u003e objects include deprecated fields for backward compatibility.\u003c/p\u003e\n"]]],["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"],null,["# Image\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ImageUri](#ImageUri)\n - [JSON representation](#ImageUri.SCHEMA_REPRESENTATION)\n\nWrapping type for Google hosted images.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"sourceUri\": { object (/wallet/reference/rest/v1/Image#ImageUri) }, \"contentDescription\": { object (/wallet/reference/rest/v1/LocalizedString) } } ``` |\n\n| Fields ||\n|-------------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `kind` **(deprecated)** | `string` | This item is deprecated! Identifies what kind of resource this is. Value: the fixed string `\"walletobjects#image\"`. |\n| `sourceUri` | `object (`[ImageUri](/wallet/reference/rest/v1/Image#ImageUri)`)` The URI for the image. |\n| `contentDescription` | `object (`[LocalizedString](/wallet/reference/rest/v1/LocalizedString)`)` Description of the image used for accessibility. |\n\nImageUri\n--------\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"uri\": string, \"description\": string, \"localizedDescription\": { object (/wallet/reference/rest/v1/LocalizedString) } } ``` |\n\n| Fields ||\n|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `uri` | `string` The location of the image. URIs must have a scheme. |\n| `description` **(deprecated)** | `string` | This item is deprecated! Additional information about the image, which is unused and retained only for backward compatibility. |\n| `localizedDescription` **(deprecated)** | `object (`[LocalizedString](/wallet/reference/rest/v1/LocalizedString)`)` | This item is deprecated! Translated strings for the description, which are unused and retained only for backward compatibility. |"]]