Text に戻る
Text (System) と Knoon AI を接続して 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. |














