Link Search Menu Expand Document

RecognitionArea Class

Represents document page area for text recognition.
Inheritance Hierarchy
SystemObject
ByteScout.TextRecognitionRecognitionArea

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

The RecognitionArea type exposes the following members.

Constructors
Top
Properties
NameDescription
Public propertyHeight
Gets height of the area.
Public propertyProposedContentType
Gets proposed content type.
Public propertyRotation
Gets the area rotation.
Public propertyWidth
Gets width of the area.
Public propertyX
Gets X coordinate of the area.
Public propertyY
Gets Y coordinate of the area.
Top
Methods
NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodEquals(RecognitionArea)
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