Tillbaka till Text
Anslut Knoon AI med Text (System) för att automatisera AI-flöden.
Redact personally identifiable information from input text using OpenRedaction.
systemTextRedact
BETA
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| inputText | mustache | Input text to redact. | Ja |
| redactionMode | string | Optional OpenRedaction mode. | Nej |
| preset | string | Optional OpenRedaction preset. | Nej |
| confidenceThreshold | number | Optional minimum confidence threshold from 0 to 1. | Nej |
| includeNames | boolean | Whether to include name detection. | Nej |
| includeAddresses | boolean | Whether to include address detection. | Nej |
| includePhones | boolean | Whether to include phone detection. | Nej |
| includeEmails | boolean | Whether to include email detection. | Nej |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| result | string | Redacted output text. |














