Link Search Menu Expand Document

Correction Class

Represents a correction automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy
SystemObject
ByteScout.TextRecognitionCorrection

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public class Correction

The Correction type exposes the following members.

Constructors
NameDescription
Public methodCorrection
Constructs Correction object.
Top
Properties
NameDescription
Public propertyIsRegex
Gets whether the SearchString is regular expression (Regex).
Public propertyRegexOptions
Gets regular expression options.
Public propertyReplacementString
Gets the replacement string.
Public propertySearchString
Gets the search string.
Top
Methods
NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodEquals(Correction)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference