Class GoogleMapsPlacesV1PlaceGenerativeSummary
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. AI-generated summary of the place.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1PlaceGenerativeSummary : IDirectResponseSchema
Properties
Description
The detailed description of the place.
Declaration
[JsonProperty("description")]
public virtual GoogleTypeLocalizedText Description { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeLocalizedText |
DescriptionFlagContentUri
A link where users can flag a problem with the description summary.
Declaration
[JsonProperty("descriptionFlagContentUri")]
public virtual string DescriptionFlagContentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Overview
The overview of the place.
Declaration
[JsonProperty("overview")]
public virtual GoogleTypeLocalizedText Overview { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeLocalizedText |
OverviewFlagContentUri
A link where users can flag a problem with the overview summary.
Declaration
[JsonProperty("overviewFlagContentUri")]
public virtual string OverviewFlagContentUri { get; set; }
Property Value
Type | Description |
---|---|
string |
References
References that are used to generate the summary description.
Declaration
[JsonProperty("references")]
public virtual GoogleMapsPlacesV1References References { get; set; }
Property Value
Type | Description |
---|---|
GoogleMapsPlacesV1References |