Text Pattern Scanner Step Result
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.
Defines a result of the single step of the data scanning flow.