Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GroundingChunkMaps

Chunk from Google Maps.

Inheritance
object
GoogleCloudAiplatformV1beta1GroundingChunkMaps
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX