Link Search Menu Expand Document

RecognitionAreaList Class

Represents collection of page areas intended for text recognition.
Inheritance Hierarchy
SystemObject
ByteScout.TextRecognitionRecognitionAreaList

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

The RecognitionAreaList type exposes the following members.

Constructors
NameDescription
Public methodRecognitionAreaList
Initializes a new instance of the RecognitionAreaList class
Top
Properties
NameDescription
Public propertyCount
Gets count of items in collection.
Public propertyItem
Top
Methods
NameDescription
Public methodAdd(RecognitionArea)
Adds new item to collection.
Public methodAdd(Rectangle, AreaRotation, OCRProposedContentType)
Adds new item to collection.
Public methodAdd(Int32, Int32, Int32, Int32, AreaRotation, OCRProposedContentType)
Adds new item to collection.
Public methodClear
Clears collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetGenericList
Returns copy of the collection as generic list of RecognitionArea objects.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference