GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText
import type { GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText } from "https://googleapis.deno.dev/v1/places:v1.ts";
The text highlighted by the justification. This is a subset of the review itself. The exact word to highlight is marked by the HighlightedTextRange. There could be several words in the text being highlighted.
interface GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedText {
highlightedTextRanges?: GoogleMapsPlacesV1ContextualContentJustificationReviewJustificationHighlightedTextHighlightedTextRange[];
text?: string;
}