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

EntityLabel

import type { EntityLabel } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Specifies one of the label or labels that categorize the personally identifiable information (PII) entity being analyzed.

interface EntityLabel {
Name?: PiiEntityType | null;
Score?: number | null;
}

§Properties

§
Name?: PiiEntityType | null
[src]

The name of the label.

§
Score?: number | null
[src]

The level of confidence that Amazon Comprehend has in the accuracy of the detection.