You are here: Start » FIL.NET » OcrResult Class
OcrResult Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.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 | FilNet.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(FilNet.OcrResult) | |
![]() ![]() | Equals(FilNet.OcrResult, FilNet.OcrResult) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |