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

Highlight

import type { Highlight } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

Offset specification to describe highlighting of document excerpts for rendering search results and recommendations.

interface Highlight {
beginOffsetInclusive?: number | null;
endOffsetExclusive?: number | null;
}

§Properties

§
beginOffsetInclusive?: number | null
[src]

The offset for the start of the highlight.

§
endOffsetExclusive?: number | null
[src]

The offset for the end of the highlight.