Skip to main content

Get PII Entities

Description

This Activity detects Personally Identifiable Information(PII) entities inside the specified text using IntelliBuddies AI Cognitive Services. The PII detection feature can identify and categorize sensitive information such as phone numbers, emails, and other identifications in unstructured text.

note

This Activity connects to the IntelliBuddies AI Services hosted on IntelliBuddies Cloud, requiring an internet connection on the system where executed.

Properties

Input

  • Text – Specify the text to submit for detection of personally identifiable entities.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – Logs the variable and argument values at the Verbose level when unchecked.

Optional

  • Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

Output

  • PII Entities – Detects and returns the list of personally identifiable entities from the input document text. Refer: NamedEntities
  • Has PII - Returns Boolean True/False value. Indicates whether input text has PII information in it.
  • Raw Response - JSON string containing the response received as is from IB.

Example

Download Example

Get PII Entities