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

AdditionalResultAttributeValue

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

An attribute returned with a document from a search.

interface AdditionalResultAttributeValue {
TextWithHighlightsValue?: TextWithHighlights | null;
}

§Properties

§
TextWithHighlightsValue?: TextWithHighlights | null
[src]

The text associated with the attribute and information about the highlight to apply to the text.