DfTermTopic Data Type

Properties
name data type constraints description
keywords array of string  
textGroups array of TextReferencesGroup  
documentFrequency number required

Example

{
  "keywords" : [ "...", "..." ],
  "textGroups" : [ {
    "associations" : [ "...", "..." ],
    "texts" : { },
    "numberOfTexts" : 12345
  }, {
    "associations" : [ "...", "..." ],
    "texts" : { },
    "numberOfTexts" : 12345
  } ],
  "documentFrequency" : 12345
}