Correction Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a correction automatically applied to recognized text to fix repeating recognition errors.
Inheritance Hierarchy
ByteScout.TextRecognitionCorrection
Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
The Correction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Correction | Constructs Correction object. |
Properties
Name | Description | |
---|---|---|
![]() | IsRegex | Gets whether the SearchString is regular expression (Regex). |
![]() | RegexOptions | Gets regular expression options. |
![]() | ReplacementString | Gets the replacement string. |
![]() | SearchString | Gets the search string. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Overrides ObjectEquals(Object).) |
![]() | Equals(Correction) | |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also