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

SuggestionHighlight

import type { SuggestionHighlight } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

The text highlights for a single query suggestion.

interface SuggestionHighlight {
BeginOffset?: number | null;
EndOffset?: number | null;
}

§Properties

§
BeginOffset?: number | null
[src]

The zero-based location in the response string where the highlight starts.

§
EndOffset?: number | null
[src]

The zero-based location in the response string where the highlight ends.