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

DetectEntitiesV2Request

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

§Properties

§
Text: string
[src]

A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.