Class: Aws::Comprehend::Types::DetectPiiEntitiesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::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.

Returns:



2538
2539
2540
2541
2542
# File 'lib/aws-sdk-comprehend/types.rb', line 2538

class DetectPiiEntitiesResponse < Struct.new(
  :entities)
  SENSITIVE = []
  include Aws::Structure
end