Confidence

RecognitionResult.LinesResult.Confidence property

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.

public double Confidence { get; set; }

See Also