ImageGear for .NET
Confidence Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : Confidence Property




Glossary Item Box

Gets or sets confidence level of first guess for the character (0 = not confident, 100 = confident).

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

Integer value.

Remarks

Confidence number expressing the certainty of the recognition of the first guess character code. The value of this property ranges from 0 (not confident) to 100 (very confident).

This property is tied to the ConfidenceInfo property and provides the same information, but in a different way. The confidence value is inverted (to match the intuitive understanding of a confidence estimation) and only the character confidence is provided, rather than both the character confidence and word confidence.

This property is provided for the sake of convenience and does not result in additional storage overhead for the recognized data.

See Also

©2013. Accusoft Corporation. All Rights Reserved.