Class PIIResultAnonymized
- Namespace
- FoundationaLLM.Gatekeeper.Core.Models.Integration
- Assembly
- FoundationaLLM.Gatekeeper.Core.dll
Encapsulates the anonymized PII (personally identifiable information) results.
public class PIIResultAnonymized : PIIResult
- Inheritance
-
PIIResultAnonymized
- Inherited Members
- Extension Methods
Properties
AnonymizedText
The anonymized text to be used instead of the original text.
[JsonPropertyName("anonymized_text")]
public required string AnonymizedText { get; set; }
Property Value
Operator
The operator needed to anonymize the original text.
[JsonPropertyName("operator")]
public required string Operator { get; set; }