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

InferSNOMEDCTResponse

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

§Properties

§
Characters?: Characters | null
[src]

The number of characters in the input request documentation.

§

The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.

§
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 request is truncated, the pagination token can be used to fetch the next page of entities.

§
SNOMEDCTDetails?: SNOMEDCTDetails | null
[src]

The details of the SNOMED-CT revision, including the edition, language, and version date.