Class TextDocumentStatistics

    • Constructor Detail

      • TextDocumentStatistics

        public TextDocumentStatistics​(int characterCount,
                                      int transactionCount)
        Creates a TextDocumentStatistics model that describes the statistics of text document.
        Parameters:
        characterCount - The number of text elements recognized in the document.
        transactionCount - The number of transactions for the document.
    • Method Detail

      • getCharacterCount

        public int getCharacterCount()
        Get the characterCount property: Number of text elements recognized in the document.
        Returns:
        The characterCount value.
      • getTransactionCount

        public int getTransactionCount()
        Get the transactionsCount property: Number of transactions for the document.
        Returns:
        The transactionsCount value.