DocsStatsResponse Data Type

Properties
name data type constraints description
topics array of DfTermTopic  
keywordSimilarTerms object  
options object  
numberOfTexts number required
documentNGrams object  

Example

{
  "topics" : [ {
    "keywords" : [ "...", "..." ],
    "textGroups" : [ {
      "associations" : [ "...", "..." ],
      "texts" : { },
      "numberOfTexts" : 12345
    }, {
      "associations" : [ "...", "..." ],
      "texts" : { },
      "numberOfTexts" : 12345
    } ],
    "documentFrequency" : 12345
  }, {
    "keywords" : [ "...", "..." ],
    "textGroups" : [ {
      "associations" : [ "...", "..." ],
      "texts" : { },
      "numberOfTexts" : 12345
    }, {
      "associations" : [ "...", "..." ],
      "texts" : { },
      "numberOfTexts" : 12345
    } ],
    "documentFrequency" : 12345
  } ],
  "keywordSimilarTerms" : { },
  "options" : { },
  "numberOfTexts" : 12345,
  "documentNGrams" : { }
}