AWSComprehendContainsPiiEntitiesResponse
Objective-C
@interface AWSComprehendContainsPiiEntitiesResponse
Swift
class AWSComprehendContainsPiiEntitiesResponse
-
The labels used in the document being analyzed. Individual labels represent personally identifiable information (PII) entity types.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendEntityLabel *> *_Nullable labels;
Swift
var labels: [AWSComprehendEntityLabel]? { get set }