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

InferICD10CMResponse

import type { InferICD10CMResponse } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface InferICD10CMResponse {
Entities: ICD10CMEntity[];
ModelVersion?: string | null;
PaginationToken?: string | null;
}

§Properties

§
Entities: ICD10CMEntity[]
[src]

The medical conditions detected in the text linked to ICD-10-CM concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.

§
ModelVersion?: string | null
[src]

The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

§
PaginationToken?: string | null
[src]

If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.