Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownPIIDetectionSkillMaskingMode

Package version

Known values of PIIDetectionSkillMaskingMode that the service accepts.

Index

Enumeration members

Enumeration members

None

None: = "none"

No masking occurs and the maskedText output will not be returned.

Replace

Replace: = "replace"

Replaces the detected entities with the character given in the maskingCharacter parameter. The character will be repeated to the length of the detected entity so that the offsets will correctly correspond to both the input text as well as the output maskedText.

Generated using TypeDoc