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

DetectPiiEntitiesResponse

import type { DetectPiiEntitiesResponse } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";
interface DetectPiiEntitiesResponse {
Entities?: PiiEntity[] | null;
}

§Properties

§
Entities?: PiiEntity[] | null
[src]

A collection of PII entities identified in the input text. For each entity, the response provides the entity type, where the entity text begins and ends, and the level of confidence that Amazon Comprehend has in the detection.