Show / Hide Table of Contents

Class Place.Types.GenerativeSummary

AI-generated summary of the place.

Inheritance
object
Place.Types.GenerativeSummary
Implements
IMessage<Place.Types.GenerativeSummary>
IEquatable<Place.Types.GenerativeSummary>
IDeepCloneable<Place.Types.GenerativeSummary>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

DisclosureText

The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.

Declaration
public LocalizedText DisclosureText { get; set; }
Property Value
Type Description
LocalizedText

Overview

The overview of the place.

Declaration
public LocalizedText Overview { get; set; }
Property Value
Type Description
LocalizedText

OverviewFlagContentUri

A link where users can flag a problem with the overview summary.

Declaration
public string OverviewFlagContentUri { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX