ConcatSeparator
Parameter ConcatSeparator
defines the concat separator used to join multiple lines of text. For example, if two lines of text are recognized in a label, the results will be concatenated into one line using ConcatSeparator
as the separator.
Example
{
"Name": "tls_0",
"ConcatSeparator" : "\n"
}
Parameter Summary
Parameter Details |
---|
Type String |
Default Value “\n”. It represents the connection separator that joins text. |