Class GoogleCloudAiplatformV1beta1GroundingChunkMaps
Chunk from Google Maps.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1GroundingChunkMaps : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceAnswerSources
Sources 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 GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources PlaceAnswerSources { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources |
PlaceId
This Place's resource name, in places/{place_id} format. Can be used to look up the Place.
Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Text of the chunk.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Title of the chunk.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
URI reference of the chunk.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |