Назад к 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. |














