Image
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google की होस्ट की गई इमेज के लिए रैपिंग टाइप.
JSON के काेड में दिखाना |
{
"kind": string,
"sourceUri": {
object (ImageUri )
},
"contentDescription": {
object (LocalizedString )
}
} |
फ़ील्ड |
kind (deprecated) |
string
यह बताता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग "walletobjects#image" .
|
sourceUri |
object (ImageUri )
इमेज का यूआरआई.
|
contentDescription |
object (LocalizedString )
सुलभता के लिए इस्तेमाल की गई इमेज की जानकारी.
|
ImageUri
JSON के काेड में दिखाना |
{
"uri": string,
"description": string,
"localizedDescription": {
object (LocalizedString )
}
} |
फ़ील्ड |
uri |
string
इमेज की जगह. यूआरआई में स्कीम होना चाहिए.
|
description (deprecated) |
string
इमेज के बारे में ज़्यादा जानकारी, जिसका इस्तेमाल नहीं किया जाता और जिसे सिर्फ़ पुराने सिस्टम के साथ काम करने की सुविधा के लिए रखा जाता है.
|
localizedDescription (deprecated) |
object (LocalizedString )
ब्यौरे के लिए अनुवाद की गई स्ट्रिंग, जिनका इस्तेमाल नहीं किया जाता और जिन्हें सिर्फ़ पुराने सिस्टम के साथ काम करने की सुविधा के लिए रखा जाता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]