Class Place.Types.GenerativeSummary
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
AI-generated summary of the place.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class Place.Types.GenerativeSummary : IMessage<Place.Types.GenerativeSummary>, IEquatable<Place.Types.GenerativeSummary>, IDeepCloneable<Place.Types.GenerativeSummary>, IBufferMessage, IMessage
Constructors
GenerativeSummary()
Declaration
public GenerativeSummary()
GenerativeSummary(GenerativeSummary)
Declaration
public GenerativeSummary(Place.Types.GenerativeSummary other)
Parameters
Type | Name | Description |
---|---|---|
Place.Types.GenerativeSummary | other |
Properties
Description
The detailed description of the place.
Declaration
public LocalizedText Description { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
Overview
The overview of the place.
Declaration
public LocalizedText Overview { get; set; }
Property Value
Type | Description |
---|---|
LocalizedText |
References
References that are used to generate the summary description.
Declaration
public References References { get; set; }
Property Value
Type | Description |
---|---|
References |