AWSComprehendDetectPiiEntitiesResponse

Objective-C

@interface AWSComprehendDetectPiiEntitiesResponse

Swift

class AWSComprehendDetectPiiEntitiesResponse
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSComprehendPiiEntity *> *_Nullable entities;

    Swift

    var entities: [AWSComprehendPiiEntity]? { get set }