AI-generated Key Takeaways
-
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
andImageUri
objects include deprecated fields for backward compatibility.
Wrapping type for Google hosted images.
JSON representation |
---|
{ "kind": string, "sourceUri": { object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
sourceUri |
The URI for the image. |
contentDescription |
Description of the image used for accessibility. |
ImageUri
JSON representation |
---|
{
"uri": string,
"description": string,
"localizedDescription": {
object ( |
Fields | |
---|---|
uri |
The location of the image. URIs must have a scheme. |
description |
Additional information about the image, which is unused and retained only for backward compatibility. |
localizedDescription |
Translated strings for the description, which are unused and retained only for backward compatibility. |