Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 {
text?: string;
}

§Properties

§

The list of the ranges of the highlighted text.

§
text?: string
[src]