Link Search Menu Expand Document

OCRObject Class

Represents recognized text object.
Inheritance Hierarchy
SystemObject
ByteScout.TextRecognitionOCRObject

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

The OCRObject type exposes the following members.

Properties
NameDescription
Public propertyColor
Gets object color.
Public propertyConfidence
Gets recognition confidence.
Public propertyHeight
Gets height coordinate of the object.
Public propertyOCRObjectType
Gets type of the objects.
Public propertyText
Gets object text.
Public propertyWidth
Gets width coordinate of the object.
Public propertyX
Gets X coordinate of the object.
Public propertyY
Gets Y coordinate of the object.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also

Reference