Class GoogleCloudAiplatformV1GroundingChunkMaps
A Maps chunk is a piece of evidence that comes from Google Maps. It contains information about a place, such
as its name, address, and reviews. This is used to provide the user with rich, location-based information.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GroundingChunkMaps : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceAnswerSources
The sources that were used to generate the place answer. This includes review snippets and photos that were used to generate the answer, as well as URIs to flag content.
Declaration
[JsonProperty("placeAnswerSources")]
public virtual GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources PlaceAnswerSources { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources |
PlaceId
This Place's resource name, in places/{place_id} format. This can be used to look up the place in the
Google Maps API.
Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
The text of the place answer.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
The title of the place.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
The URI of the place.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |