textRedactionMode property

String? textRedactionMode
getter/setter pair

Determines how to redact text from image. Possible string values are:

  • "TEXT_REDACTION_MODE_UNSPECIFIED" : No text redaction specified. Same as REDACT_NO_TEXT.
  • "REDACT_ALL_TEXT" : Redact all text.
  • "REDACT_SENSITIVE_TEXT" : Redact sensitive text. Uses the set of Default DICOM InfoTypes.
  • "REDACT_NO_TEXT" : Do not redact text.

Implementation

core.String? textRedactionMode;