Kembali ke Text
Sambungkan Knoon AI dengan Text (System) untuk mengotomatisasi alur kerja AI.
Redact personally identifiable information from input text using OpenRedaction.
systemTextRedact
Beta
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| inputText | mustache | Input text to redact. | Ya |
| redactionMode | string | Optional OpenRedaction mode. | Tidak |
| preset | string | Optional OpenRedaction preset. | Tidak |
| confidenceThreshold | number | Optional minimum confidence threshold from 0 to 1. | Tidak |
| includeNames | boolean | Whether to include name detection. | Tidak |
| includeAddresses | boolean | Whether to include address detection. | Tidak |
| includePhones | boolean | Whether to include phone detection. | Tidak |
| includeEmails | boolean | Whether to include email detection. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| result | string | Redacted output text. |














