DocumentRedactionSettings

The name of the configuration section that contains redaction settings.

When you set this parameter, the View component runs Named Entity Recognition on documents and redacts any entities that it extracts, by obscuring the original text, either with a specified string, or the name of the entity (see RedactionType).

You must create configuration section with the name that you set, and use it to configure Named Entity Recognition settings. For more information about how to configure Named Entity Recognition, refer to the Named Entity Recognition User and Programming Guide.

IMPORTANT: To use document redaction, your license must allow you to use Named Entity Recognition and the particular grammar categories that you want to use (such as PII).

Type: String
Default:  
Required: No
Configuration Section: Viewing
Example: DocumentRedactionSettings=Redaction
See Also: Redaction Configuration Parameters
RedactionType