- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Adds punctuation marks to the given text. Accepts the text obtained from a single channel or multiple channels as input.
Parameters:
name | description | default |
---|---|---|
Address | Address of the punctuation service | http://core-punctuation |
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
Events:
name | description | known nodes that generate this event |
---|---|---|
* | all events containing the 'Text' field | SR Http |
Outputs
Audio:
none
Events:
name | description |
---|---|
* | Re-raises any input event after adding punctuations to the text field. Adds "punctuated" to Event.Data.TextAttributes |
Project Structure
A minimal sample project can be built as such:
A project that utilizes several text manipulation services can be built as such:
Supported flow types: Stream, Batch
Was this article helpful?