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

Characters

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

The number of characters in the input text to be analyzed.

interface Characters {
OriginalTextCharacters?: number | null;
}

§Properties

§
OriginalTextCharacters?: number | null
[src]

The number of characters present in the input text document as processed by Comprehend Medical.