Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents document page area for text recognition.
Inheritance Hierarchy
ByteScout.TextRecognitionRecognitionArea
Namespace: ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax
The RecognitionArea type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RecognitionArea(Rectangle, AreaRotation, OCRProposedContentType) |
Constructs new RecognitionArea object.
| |
| RecognitionArea(Int32, Int32, Int32, Int32, AreaRotation, OCRProposedContentType) |
Constructs new RecognitionArea object.
|
Properties
| Name | Description | |
|---|---|---|
| Height |
Gets height of the area.
| |
| ProposedContentType |
Gets proposed content type.
| |
| Rotation |
Gets the area rotation.
| |
| Width |
Gets width of the area.
| |
| X |
Gets X coordinate of the area.
| |
| Y |
Gets Y coordinate of the area.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).) | |
| Equals(RecognitionArea) | ||
| 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