SensitiveDataDetectionOptions#

class nemo_microservices.types.shared.SensitiveDataDetectionOptions(*args: Any, **kwargs: Any)

Bases: BaseModel

entities: List[str] | None = None

The list of entities that should be detected.

Check out https://microsoft.github.io/presidio/supported_entities/ forthe list of supported entities.

mask_token: str | None = None

The token that should be used to mask the sensitive data.

score_threshold: float | None = None

The score threshold that should be used to detect the sensitive data.