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 )
説明の翻訳文字列。使用されず、下位互換性のためにのみ保持されます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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"]]