public class RecognitionResult.LinesResult extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
confidence
The confidence score assigned to the recognized text line,
represented as a floating-point value between 0.0 and 1.0.
|
Rectangle |
line |
String |
textInLine |
public String textInLine
public Rectangle line
public double confidence
This value is always set to 0 when using a temporary license. Confidence is only calculated for the following languages: Chinese language group, Arabic, Hindi, European, Korean, Japanese, Telugu, Tamil, and Kannada.
Confidence is not calculated for ExtLatin or languages that contain diacritical marks.
Copyright © 2025 Aspose. All rights reserved.