Class TextPatternScannerStepResult

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTag() The tag of the scanning step.
      final String getText() The validated result of the scanning.
      final Double getConfidence() The confidence of the scanned text.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextPatternScannerStepResult

        TextPatternScannerStepResult(String tag, String text, Double confidence)
    • Method Detail

      • getTag

         final String getTag()

        The tag of the scanning step. The same as it was in the step configuration.

      • getText

         final String getText()

        The validated result of the scanning.