anonymizationMode property

AnonymizationMode anonymizationMode
getter/setter pair

The mode of anonymization applied to the document.

Redact specific fields based on requirements or laws regarding a specific document. Data can be redacted from the image, the result or both.

Default: AnonymizationMode.fullResult

Implementation

AnonymizationMode anonymizationMode = AnonymizationMode.fullResult;