---
title: "Punctuation"
slug: "dataflow-nodes-punctuation"
updated: 2025-05-08T14:16:11Z
published: 2025-05-08T14:16:11Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knovvu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Punctuation

Adds punctuation marks to the given text. Accepts the text obtained from a single channel or multiple channels as input. 

## Parameters
| <div style="width:170px">name</div> | description | <div style="width:120px">default</div> |
|---|---|---|
| IgnoreSslErrors | Ignore any certificate errors if Profanity address contains https | false |
| Language | The information about the language of the text to which punctuation marks will be added | en-US |

## Inputs


### Audio
&emsp;none

### Events
| name | description | known nodes that generate this event |
|---|---|---|
| * | all events containing the 'Text' field | SR Http |

## Outputs

### Audio
&emsp;none

### Events
| name | description |
|---|---|
| * | Re-raises any input event after adding punctuations to the text field. Adds "punctuated" to Event.Data.TextAttributes |

## Remarks

### Project Structure


A minimal sample project can be built as such:
<center>
    
![image.png](https://cdn.document360.io/9bca2910-6a3b-4224-9470-43f91f9a6d57/Images/Documentation/image%28895%29.png){height="" width=""}
</center>


A project that utilizes several text manipulation services can be built as such:

<center>
    

![image.png](https://cdn.document360.io/9bca2910-6a3b-4224-9470-43f91f9a6d57/Images/Documentation/image%28894%29.png){height="" width=""}
</center>




### Supported flow types
Stream, Batch



## Release Notes 

<div style="max-height: 200px; overflow-y: auto; overflow-x: hidden">
    <details>
        <summary> <strong> v4.0.0</strong> </summary>
        <ul>
            <li>Removed the address field.</li>
        </ul>
    </details> 
    <details>
        <summary> <strong> v1.0.0</strong> </summary>
        <ul>
            <li>Introduced node.</li>
        </ul>
    </details>
</div>
