customDocumentAnonymizationSettings property

List<DocumentAnonymizationSettings>? customDocumentAnonymizationSettings
getter/setter pair

Redact fields for specific document class.

Fields specified by requirements or laws for a specific document will be redacted regardless of this setting. Based on anonymizationMode setting, data will be redacted from the image, the result or both.

See DocumentAnonymizationSettings for more information.

Implementation

List<DocumentAnonymizationSettings>? customDocumentAnonymizationSettings;