PII Detection evaluates text to identify the presence of personally identifiable information. This evaluation is crucial for ensuring privacy and compliance with data protection regulations by detecting and managing sensitive information in text data.
input
content.input
content contains potential PII (e.g., names, addresses, phone numbers, SSN, financial details), requiring review, redaction, or further processing for compliance.Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input | string | The text content to be analysed for PII. |
Output | Type | Description |
---|---|---|
Result | bool | Returns 1.0 if no PII is detected (Passed), 0.0 if PII is detected (Failed). |