Ask a question to get started
Enter to send•Shift+Enter new line
Return a callable detector for the given configuration.
resolve_detector( pii_type: str, detector: Detector | str | None, ) -> Detector
pii_type
str
The PII type name.
detector
Detector | str | None
Optional custom detector or regex pattern. If None, a built-in detector for the given PII type will be used.
None