Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::GroundingChunk::Maps.
Chunk from Google Maps.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#place_answer_sources
def place_answer_sources() -> ::Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::PlaceAnswerSources
Returns
- (::Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::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.
#place_answer_sources=
def place_answer_sources=(value) -> ::Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::PlaceAnswerSources
Parameter
- value (::Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::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.
Returns
- (::Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::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.
#place_id
def place_id() -> ::String
Returns
-
(::String) — This Place's resource name, in
places/{place_id}
format. Can be used to look up the Place.
#place_id=
def place_id=(value) -> ::String
Parameter
-
value (::String) — This Place's resource name, in
places/{place_id}
format. Can be used to look up the Place.
Returns
-
(::String) — This Place's resource name, in
places/{place_id}
format. Can be used to look up the Place.
#text
def text() -> ::String
Returns
- (::String) — Text of the chunk.
#text=
def text=(value) -> ::String
Parameter
- value (::String) — Text of the chunk.
Returns
- (::String) — Text of the chunk.
#title
def title() -> ::String
Returns
- (::String) — Title of the chunk.
#title=
def title=(value) -> ::String
Parameter
- value (::String) — Title of the chunk.
Returns
- (::String) — Title of the chunk.
#uri
def uri() -> ::String
Returns
- (::String) — URI reference of the chunk.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI reference of the chunk.
Returns
- (::String) — URI reference of the chunk.