Show / Hide Table of Contents

Class GoogleMapsPlacesV1ContextualContentJustificationReviewJustification

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.

Inheritance
object
GoogleMapsPlacesV1ContextualContentJustificationReviewJustification
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1ContextualContentJustificationReviewJustification : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HighlightedText

Declaration
[JsonProperty("highlightedText")]
public virtual GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText HighlightedText { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText

Review

The review that the highlighted text is generated from.

Declaration
[JsonProperty("review")]
public virtual GoogleMapsPlacesV1Review Review { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1Review

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX