AWSComprehendEntityLabel

Objective-C

@interface AWSComprehendEntityLabel

Swift

class AWSComprehendEntityLabel

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

  • The name of the label.

    Declaration

    Objective-C

    @property (nonatomic) AWSComprehendPiiEntityType name;

    Swift

    var name: AWSComprehendPiiEntityType { get set }
  • The level of confidence that Amazon Comprehend has in the accuracy of the detection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable score;

    Swift

    var score: NSNumber? { get set }