Show / Hide Table of Contents

Class Place.Types.ReviewSummary

AI-generated summary of the place using user reviews.

Inheritance
object
Place.Types.ReviewSummary
Implements
IMessage<Place.Types.ReviewSummary>
IEquatable<Place.Types.ReviewSummary>
IDeepCloneable<Place.Types.ReviewSummary>
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.ReviewSummary : IMessage<Place.Types.ReviewSummary>, IEquatable<Place.Types.ReviewSummary>, IDeepCloneable<Place.Types.ReviewSummary>, IBufferMessage, IMessage

Constructors

ReviewSummary()

Declaration
public ReviewSummary()

ReviewSummary(ReviewSummary)

Declaration
public ReviewSummary(Place.Types.ReviewSummary other)
Parameters
Type Name Description
Place.Types.ReviewSummary 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

FlagContentUri

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

Declaration
public string FlagContentUri { get; set; }
Property Value
Type Description
string

Text

The summary of user reviews.

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