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

InferSNOMEDCTRequest

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

§Properties

§
Text: string
[src]

The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.