ImageMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about an image from the web search.
Attributes |
|
---|---|
Name | Description |
image |
google.cloud.discoveryengine_v1.types.GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.Image
Metadata about the full size image. |
thumbnail |
google.cloud.discoveryengine_v1.types.GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.Image
Metadata about the thumbnail. |
source |
google.cloud.discoveryengine_v1.types.GenerateGroundedContentResponse.Candidate.GroundingMetadata.ImageMetadata.WebsiteInfo
The details about the website that the image is from. |
Classes
Image
Image(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about the image.
WebsiteInfo
WebsiteInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about the website that the image is from.