ContentStatisticsResult(const ContentStatisticsResult &o)
Definition: contentStatisticsResult.hpp:33
Defines the content statistics result from a collection sample.
Definition: contentStatisticsResult.hpp:20
Structure describing an item of the structure statistics analysis of a document.
ContentStatisticsResult(int nofDocuments_, const std::vector< analyzer::ContentStatisticsItem > &items_)
Definition: contentStatisticsResult.hpp:25
const std::vector< analyzer::ContentStatisticsItem > & items() const
Get the statistic items.
Definition: contentStatisticsResult.hpp:40
ContentStatisticsResult()
Definition: contentStatisticsResult.hpp:23
int nofDocuments() const
Get the number of sample documents.
Definition: contentStatisticsResult.hpp:38