You are here: Start » AVL.NET » OcrResult Class
OcrResult Class
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Text obtained from an optical character recognition operation.
Constructors
| Constructor | Description | |
|---|---|---|
| OcrResult() | ||
| OcrResult(Rectangle2D, String, Single, Single, Single) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Box | Avl.Rectangle2D | ||
| Contrast | System.Single | ||
| IsDisposed | System.Boolean | Inherited from Avl.UnmanagedObject | |
| IsView | System.Boolean | Inherited from Avl.UnmanagedObject | |
| Quality | System.Single | ||
| Score | System.Single | ||
| Value | System.String | 
Methods
| Name | Description | |
|---|---|---|
| CopyTo(Avl.OcrResult) | ||
| Dispose() | Inherited from Avl.UnmanagedObject | |
| Equals(object) | Inherited from System.Object | |
| Equals(Avl.OcrResult) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| MoveTo(Avl.OcrResult) | ||
| ToString() | Inherited from System.Object | 
