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

Snippet

import type { Snippet } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Snippet of the search result, which summarizes the content of the resulting page.

interface Snippet {
matchRanges?: MatchRange[];
snippet?: string;
}

§Properties

§
matchRanges?: MatchRange[]
[src]

The matched ranges in the snippet.

§
snippet?: string
[src]

The snippet of the document. May contain escaped HTML character that should be unescaped prior to rendering.