Determines whether content aligns with key privacy regulations such as GDPR, HIPAA, ensuring adherence to data protection and compliance standards. This assessment is critical for mitigating risks associated with sensitive data exposure and regulatory violations.
Click here to learn how to setup evaluation using the Python SDK.
Input | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input | string | The content to be evaluated for privacy compliance. |
Configuration Parameters | check_internet | bool | Whether to check internet sources for privacy violations. |
Output | Type | Description |
---|---|---|
Result | bool | Returns 1 (indicating full compliance with privacy regulations) or 0 (indicating privacy violations that require remediation). |