LinesResult
LinesResult class
The results of the image recognition.
Contains elements with recognition information and methods for result export (one line).
The LinesResult type exposes the following members:
Properties
| Name | Description |
|---|---|
| text_in_line | Recognized text from row. |
| line | Row coordinates. (Rectangles). |
| confidence | The confidence score assigned to the recognized text line, represented as a floating-point value between 0.0 and 1.0. |
| font | Detected font information for the recognized text line. Filled only when RecognitionSettings.detect_fonts is enabled(set True). |
| region_type | Detected layout region type and bounds for the recognized text line. |
See Also
- namespace aspose.ocr
- assembly Aspose.ocr