RecognitionResult.LinesResult
Contents
[
Hide
]RecognitionResult.LinesResult class
Recognized text from row with row coordinates.
public class LinesResult
Constructors
Name | Description |
---|---|
LinesResult() | Constructor for LinesResult object. |
Properties
Name | Description |
---|---|
Confidence { get; set; } | 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. |
Line { get; set; } | Row coordinates. |
TextInLine { get; set; } | Recognized text from row. |
See Also
- class RecognitionResult
- namespace Aspose.OCR
- assembly Aspose.OCR