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

DocumentText

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

The text of the document.

interface DocumentText {
highlights?: Highlight[] | null;
text?: string | null;
}

§Properties

§
highlights?: Highlight[] | null
[src]

Highlights in the document text.

§
text?: string | null
[src]

Text in the document.