你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PIIDetectionSkillMaskingMode type

定义 PIIDetectionSkillMaskingMode 的值。

服务支持的已知值

none:不进行掩码,并且不会返回 maskedText 输出。 replace:将检测到的实体替换为 maskingCharacter 参数中给定的字符。 字符将重复到检测到的实体的长度,以便偏移量正确对应于输入文本和输出 maskedText。

type PIIDetectionSkillMaskingMode = "none" | "replace"