RecognitionResult.LinesResult
Inheritance: java.lang.Object
public class RecognitionResult.LinesResult
Fields
| Field | Description |
|---|---|
| confidence | The confidence score assigned to the recognized text line, represented as a floating-point value between 0.0 and 1.0. |
| font | |
| line | |
| textInLine |
confidence
public double confidence
The confidence score assigned to the recognized text line, represented as a floating-point value between 0.0 and 1.0. A score of 1.0 indicates the highest level of recognition certainty.
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.
font
public FontLineResult font
line
public Rectangle line
textInLine
public String textInLine