Expand description
Security Privacy Classifier
Thin wrapper around a3s_common::privacy::RegexClassifier that preserves the
existing a3s-code API while delegating to the shared implementation.
Structs§
- Classification
Result - Result of classifying a piece of text
- Privacy
Classifier - Privacy classifier with pre-compiled regex rules.
Type Aliases§
- PiiMatch
- PII match (alias for ClassificationMatch for compatibility)