The output of DetectPiiEntitiesCommand.

interface DetectPiiEntitiesCommandOutput {
    $metadata: ResponseMetadata;
    Entities?: PiiEntity[];
}

Hierarchy (view full)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Entities?: PiiEntity[]

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.