Vertex AI v1beta1 API - Class GroundingChunk.Types.Maps (1.0.0-beta44)

public sealed class GroundingChunk.Types.Maps : IMessage<GroundingChunk.Types.Maps>, IEquatable<GroundingChunk.Types.Maps>, IDeepCloneable<GroundingChunk.Types.Maps>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class GroundingChunk.Types.Maps.

Chunk from Google Maps.

Inheritance

object > GroundingChunk.Types.Maps

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

Maps()

public Maps()

Maps(Maps)

public Maps(GroundingChunk.Types.Maps other)
Parameter
Name Description
other GroundingChunkTypesMaps

Properties

HasPlaceId

public bool HasPlaceId { get; }

Gets whether the "place_id" field is set

Property Value
Type Description
bool

HasText

public bool HasText { get; }

Gets whether the "text" field is set

Property Value
Type Description
bool

HasTitle

public bool HasTitle { get; }

Gets whether the "title" field is set

Property Value
Type Description
bool

HasUri

public bool HasUri { get; }

Gets whether the "uri" field is set

Property Value
Type Description
bool

PlaceId

public string PlaceId { get; set; }

This Place's resource name, in places/{place_id} format. Can be used to look up the Place.

Property Value
Type Description
string

Text

public string Text { get; set; }

Text of the chunk.

Property Value
Type Description
string

Title

public string Title { get; set; }

Title of the chunk.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI reference of the chunk.

Property Value
Type Description
string