Class EditRunMetrics


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

      • getProcessingTimeMs

        public java.util.Optional<java.lang.Double> getProcessingTimeMs()
        Returns:
        Total processing time in milliseconds
      • getFieldCount

        public java.util.Optional<java.lang.Integer> getFieldCount()
        Returns:
        The number of fields detected in the document.
      • getPageCount

        public java.util.Optional<java.lang.Integer> getPageCount()
        Returns:
        The number of pages in the document.
      • getFieldFillingTimeMs

        public java.util.Optional<java.lang.Double> getFieldFillingTimeMs()
        Returns:
        The time taken to fill the fields in the document.
      • getFieldDetectionTimeMs

        public java.util.Optional<java.lang.Double> getFieldDetectionTimeMs()
        Returns:
        The time taken to detect the fields in the document.
      • getFieldAnnotationTimeMs

        public java.util.Optional<java.lang.Double> getFieldAnnotationTimeMs()
        Returns:
        The time taken to annotate the fields in the document.
      • 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