Skip to content

Model blocks output

The structure of the JSON object coming out of a model block in a workflow varies according to the block type, the model inner workings and the block parameters.

The structure below corresponds to the maximum possible output, which can be obtained by turning "on" all the Functional parameters of the block. The description is schematic, each output block is then described in detail in the next page.

{
    "document": {
        "content": analyzed text (string),
        "language": language code (string),
        "version": technology version info (string),
        "categories": [],
        "entities": [],
        "extractions": [],
        "extraData": [],
        "knowledge": [],
        "mainLemmas": [],
        "mainPhrases": [],
        "mainSentences": [],
        "mainSyncons": [],
        "paragraphs": [],
        "phrases": [],
        "relations": [],
        "sections": [],
        "segments: [],
        "sentences": [],
        "sentiment": [],
        "tokens": [],
        "topics": []
    }
}

Follow the links below for the descriptions of the keys: