Class TextDataScannerStepResult

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class TextDataScannerStepResult
     implements Parcelable
                        

    Defines a result of the single step of the data scanning flow

    • 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 recognized text
      • Methods inherited from class java.lang.Object

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

      • TextDataScannerStepResult

        TextDataScannerStepResult(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