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

InferICD10CMRequest

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

§Properties

§
Text: string
[src]

The input text used for analysis. The input for InferICD10CM is a string from 1 to 10000 characters.