Class GoogleCloudAiplatformV1beta1GroundingChunkImage
An Image chunk is a piece of evidence that comes from an image search result. It contains the URI of the image
search result and the URI of the image. This is used to provide the user with a link to the source of the
information.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1GroundingChunkImage : IDirectResponseSchema
Properties
Domain
The domain of the image search result page.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ImageUri
The URI of the image.
Declaration
[JsonProperty("imageUri")]
public virtual string ImageUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceUri
The URI of the image search result page.
Declaration
[JsonProperty("sourceUri")]
public virtual string SourceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The title of the image search result page.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |