You are here: Start » AVL.NET » LocateTextResult Structure
LocateTextResult Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Text obtained from an optical character recognition operation.
Constructors
| Constructor | Description | |
|---|---|---|
| LocateTextResult(Rectangle2D) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Box | AvlNet.Rectangle2D | Area occupied by a found text. | |
| Default | AvlNet.LocateTextResult | ||
| IsDefault | System.Boolean |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.LocateTextResult) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.LocateTextResult, AvlNet.LocateTextResult) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
