Class FormDetectionRunMetrics


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

      • getProcessingTimeMs

        public double getProcessingTimeMs()
        Returns:
        Total processing time in milliseconds.
      • getPageCount

        public int getPageCount()
        Returns:
        The number of pages in the document.
      • getFieldCount

        public int getFieldCount()
        Returns:
        The total number of fields in the generated schema.
      • getFieldsDetectedCount

        public int getFieldsDetectedCount()
        Returns:
        The number of fields that were automatically detected.
      • getFieldsAnnotatedCount

        public int getFieldsAnnotatedCount()
        Returns:
        The number of fields annotated with positions.
      • getFieldDetectionTimeMs

        public double getFieldDetectionTimeMs()
        Returns:
        The time taken to detect fields, in milliseconds.
      • getFieldAnnotationTimeMs

        public double getFieldAnnotationTimeMs()
        Returns:
        The time taken to annotate field positions, in milliseconds.
      • 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