public class TextDataScannerStepResult
Defines a result of the single step of the data scanning flow
public TextDataScannerStepResult(@NotNull
java.lang.String tag,
@NotNull
java.lang.String text,
double confidence)
Defines a result of the single step of the data scanning flow
tag - The tag of the scanning step. The same as it was in the step configurationtext - The validated result of the scanningconfidence - The confidence of the recognized text@NotNull public java.lang.String getTag()
The tag of the scanning step.
The same as it was in the step configuration
@NotNull public java.lang.String getText()
The validated result of the scanning
public double getConfidence()
The confidence of the recognized text
@NotNull public java.lang.String component1()
The tag of the scanning step.
The same as it was in the step configuration
@NotNull public java.lang.String component2()
The validated result of the scanning
public double component3()
The confidence of the recognized text
@NotNull public TextDataScannerStepResult copy(@NotNull java.lang.String tag, @NotNull java.lang.String text, double confidence)
Defines a result of the single step of the data scanning flow
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)