Skip to main content

Get PII Entities

Description

This Activity uses Azure Cognitive Services to detect the provided text's Personally Identifiable Information(PII) entities. 

note

This Activity works only inside the Azure Context activity.

Properties

Input

  • Document 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 – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. 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
  • Redacted Document Text – Redacted text (with PII redacted) from the provided document text. 
  • 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 Azure.

Example

Download Example

Get PII Entities