Class TextPatternScannerResult

The result of the text line recognition.

Constructors

Properties

confidence: number = 0.0

Confidence of the recognition.

Default is 0.0

rawText: string

Raw recognized string.

symbolBoxes: SymbolBox[]

Boxes for each recognized symbol.

validationSuccessful: boolean = false

True if both the configured validator (if any) and the configured frame accumulation criteria were satisfied.

Default is false

wordBoxes: WordBox[]

Boxes for each recognized word.