Image
Google की होस्ट की गई इमेज के लिए रैपिंग टाइप. अगला आईडी: 7
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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]