返回 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. |














