TextPatternScannerStepResult

data class TextPatternScannerStepResult(val tag: String, val text: String, val confidence: Double) : Parcelable

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

Constructors

Link copied to clipboard
constructor(tag: String, text: String, confidence: Double)

Properties

Link copied to clipboard

The confidence of the scanned text.

Link copied to clipboard
val tag: String

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

Link copied to clipboard

The validated result of the scanning.