Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • name (string, required) - Unique name to identify the stage in the pipeline. It is used programatically to retrieve the stage and be able to consume the produced output.
  • onlyEntities (boolean, optional) - Defaults to false. Will only include tagged entities in the output if true, otherwise, it will include all tokens.


Code Block
languagejs
themeEclipse
titleExample Configuration
{
  "type": "JsonProducerStage",
  "name": "JsonProducer",
  "boundaryFlags": [
    "TEXT_BLOCK_SPLIT"
  ],
  "onlyEntities": true,
  "queueTimeout": 10,
  "queueRetries": 1
}

...