Class ContextualContent.Types.Justification.Types.ReviewJustification
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
User review justifications. This highlights a section of the user review that would interest an end user. For instance, if the search query is "firewood pizza", the review justification highlights the text relevant to the search query.
Implements
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class ContextualContent.Types.Justification.Types.ReviewJustification : IMessage<ContextualContent.Types.Justification.Types.ReviewJustification>, IEquatable<ContextualContent.Types.Justification.Types.ReviewJustification>, IDeepCloneable<ContextualContent.Types.Justification.Types.ReviewJustification>, IBufferMessage, IMessage
Constructors
ReviewJustification()
Declaration
public ReviewJustification()
ReviewJustification(ReviewJustification)
Declaration
public ReviewJustification(ContextualContent.Types.Justification.Types.ReviewJustification other)
Parameters
Type | Name | Description |
---|---|---|
ContextualContent.Types.Justification.Types.ReviewJustification | other |
Properties
HighlightedText
Declaration
public ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText HighlightedText { get; set; }
Property Value
Type | Description |
---|---|
ContextualContent.Types.Justification.Types.ReviewJustification.Types.HighlightedText |
Review
The review that the highlighted text is generated from.
Declaration
public Review Review { get; set; }
Property Value
Type | Description |
---|---|
Review |