Class ParseRunMetrics


  • public final class ParseRunMetrics
    extends java.lang.Object
    • Method Detail

      • getProcessingTimeMs

        public double getProcessingTimeMs()
        Returns:
        The time taken to process the document in milliseconds.
      • getPageCount

        public double getPageCount()
        Returns:
        The number of pages from the document that were parsed. For PDF and image files, this is the actual page count. For spreadsheet files (Excel, CSV), this is an estimated page count based on content volume (~1000 tokens per page).
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object