CorrectionList ClassByteScout Text Recognition SDK
Represents collection of corrections automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy

SystemObject
  ByteScout.TextRecognitionCorrectionList

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public class CorrectionList : IEnumerable

The CorrectionList type exposes the following members.

Constructors

  NameDescription
Public methodCorrectionList
Initializes a new instance of the CorrectionList class
Top
Properties

  NameDescription
Public propertyCount
Gets count of items in collection.
Public propertyItem
Top
Methods

  NameDescription
Public methodAdd(Correction)
Adds Correction item to collection.
Public methodAdd(String, String, Boolean, RegexOptions)
Adds new item to collection.
Public methodClear
Clears the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetGenericList
Returns copy of the collection as generic list of Correction objects.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference