OCRObject 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 recognized text object.
Inheritance Hierarchy
ByteScout.TextRecognitionOCRObject
Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
The OCRObject type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color | Gets object color. | |
| Confidence | Gets recognition confidence. | |
| Height | Gets height coordinate of the object. | |
| OCRObjectType | Gets type of the objects. | |
| Text | Gets object text. | |
| Width | Gets width coordinate of the object. | |
| X | Gets X coordinate of the object. | |
| Y | Gets Y coordinate of the object. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Overrides ObjectToString.) |
See Also