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

DetectPHIResponse

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

§Properties

§
Entities: Entity[]
[src]

The collection of PHI 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 its detection.

§
ModelVersion: string
[src]

The version of the model used to analyze the documents. The version number looks like X.X.X. 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 DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.