返回 Text
将 Knoon AI 与 Text (System) 连接以自动化 AI 工作流。
Redact personally identifiable information from input text using OpenRedaction.
systemTextRedact
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| inputText | mustache | Input text to redact. | 是的 |
| redactionMode | string | Optional OpenRedaction mode. | 没有 |
| preset | string | Optional OpenRedaction preset. | 没有 |
| confidenceThreshold | number | Optional minimum confidence threshold from 0 to 1. | 没有 |
| includeNames | boolean | Whether to include name detection. | 没有 |
| includeAddresses | boolean | Whether to include address detection. | 没有 |
| includePhones | boolean | Whether to include phone detection. | 没有 |
| includeEmails | boolean | Whether to include email detection. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| result | string | Redacted output text. |














