Discovery Engine v1 API - Class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata (1.7.0)

public sealed class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata : IMessage<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata>, IEquatable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata>, IDeepCloneable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.

Metadata about an image from the web search.

Inheritance

object > GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ImageMetadata()

public ImageMetadata()

ImageMetadata(ImageMetadata)

public ImageMetadata(GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata other)
Parameter
Name Description
other GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadata

Properties

Image

public GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image Image { get; set; }

Metadata about the full size image.

Property Value
Type Description
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesImage

Source

public GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.WebsiteInfo Source { get; set; }

The details about the website that the image is from.

Property Value
Type Description
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesWebsiteInfo

Thumbnail

public GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image Thumbnail { get; set; }

Metadata about the thumbnail.

Property Value
Type Description
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesImage