> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Module component

> PII redaction plugin component contract.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi`.

PII redaction plugin component contract.

## Structs

* [BuiltinBackendConfig](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/struct-builtinbackendconfig): Built-in redaction backend settings.
* [ComponentSpec](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/struct-componentspec): Top-level PII redaction component wrapper.
* [LocalBackendConfig](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/struct-localbackendconfig): Local-backend settings for a future in-process local-model runtime.
* [PiiRedactionConfig](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/struct-piiredactionconfig): Canonical config document for the PII redaction component.

## Constants

* [PII\_REDACTION\_PLUGIN\_KIND](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/constant-pii-redaction-plugin-kind): The plugin kind reserved for the built-in privacy component.

## Functions

* [deregister\_pii\_redaction\_component](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/fn-deregister-pii-redaction-component): Deregisters the `pii_redaction` component kind from the plugin registry.
* [register\_pii\_redaction\_component](/reference/api/rust-library-reference/nemo-relay-pii-redaction/component/fn-register-pii-redaction-component): Registers the `pii_redaction` component kind in the plugin registry.