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

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

Properties

Properties

The name of the label.

Score?: number

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