You are here: Start » AVL.NET » OcrResult Class
OcrResult Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Text obtained from an optical character recognition operation.
Constructors
| Constructor | Description | |
|---|---|---|
| OcrResult(Rectangle2D) | ||
| OcrResult(Rectangle2D, String, Single, Single) | ||
| OcrResult() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Box | AvlNet.Rectangle2D | Area occupied by a found text. | |
| Contrast | System.Single | Contrast of a found text. A negative value means a darker character on a brighter background. | |
| Score | System.Single | Confidence of a found text. | |
| Value | System.String | Value of a found text. |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.OcrResult) | ||
| Equals(AvlNet.OcrResult, AvlNet.OcrResult) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
