RecognitionAreaList 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 collection of page areas intended for text recognition.
Inheritance Hierarchy
ByteScout.TextRecognitionRecognitionAreaList
Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
The RecognitionAreaList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecognitionAreaList | Initializes a new instance of the RecognitionAreaList class |
Properties
Methods
Name | Description | |
---|---|---|
Add(RecognitionArea) | Adds new item to collection. | |
Add(Rectangle, AreaRotation, OCRProposedContentType) | Adds new item to collection. | |
Add(Int32, Int32, Int32, Int32, AreaRotation, OCRProposedContentType) | Adds new item to collection. | |
Clear | Clears collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
GetGenericList | Returns copy of the collection as generic list of RecognitionArea objects. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also