RecognitionArea ClassByteScout Text Recognition SDK
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.1.323-master
Syntax

public class RecognitionArea

The RecognitionArea type exposes the following members.

Constructors

  NameDescription
Public methodRecognitionArea(Rectangle, AreaRotation, OCRProposedContentType)
Constructs new RecognitionArea object.
Public methodRecognitionArea(Int32, Int32, Int32, Int32, AreaRotation, OCRProposedContentType)
Constructs new RecognitionArea object.
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