Click or drag to resize

OcrChoiceIterator Class

Class to iterate over the classifier choices for a single RIL_SYMBOL.
Inheritance Hierarchy
SystemObject
  Patagames.OcrOcrChoiceIterator

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public class OcrChoiceIterator : IDisposable

The OcrChoiceIterator type exposes the following members.

Properties
 NameDescription
Public propertyConfidence Returns the confidence of the current choice. The number should be interpreted as a percent probability. (0.0f-100.0f)
Public propertyHandle Handle to internal tesseract iterator
Public propertyUtf8Text Gets the UTF-8 encoded text string for the current choice.
Top
Methods
 NameDescription
Public methodDispose Releases all resources used by this OcrChoiceIterator
Public methodNext Moves to the next choice for the symbol and returns false if there are none left.
Top
See Also