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














