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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-11-13 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-11-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]