Skip to main content

Module classifier

Module classifier 

Source
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§

ClassificationResult
Result of classifying a piece of text
PrivacyClassifier
Privacy classifier with pre-compiled regex rules.

Type Aliases§

PiiMatch
PII match (alias for ClassificationMatch for compatibility)