public sealed class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image : IMessage<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image>, IEquatable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image>, IDeepCloneable<GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1 API class GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image.
Metadata about the image.
Inheritance
object > GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.ImageImplements
IMessageGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesImage, IEquatableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesImage, IDeepCloneableGenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesImage, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
Image()
public Image()Image(Image)
public Image(GenerateGroundedContentResponse.Types.Candidate.Types.GroundingMetadata.Types.ImageMetadata.Types.Image other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateGroundedContentResponseTypesCandidateTypesGroundingMetadataTypesImageMetadataTypesImage |
Properties
Height
public int Height { get; set; }The height of the image in pixels.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Uri
public string Uri { get; set; }The url of the image.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Width
public int Width { get; set; }The width of the image in pixels.
| Property Value | |
|---|---|
| Type | Description |
int |
|