Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],["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"]]