Accusoft Pegasus
Accusoft.MicrXpress1.Net
Confidence Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > TextBlockResult Class : Confidence Property




Gets the confidence value of this result.

Syntax

Visual Basic (Declaration)  
Public Overrides ReadOnly Property Confidence As Integer
Visual Basic (Usage) Copy Code
Dim instance As TextBlockResult
Dim value As Integer
 
value = instance.Confidence
C#  
public override int Confidence {get;}
Managed Extensions for C++  
public: __property int get_Confidence() override;
C++/CLI  
public:
property int Confidence {
   int get() override;
}

Remarks

This read-only property is the confidence value of the result object. It will be a value between 0 and 100.

This value is equivalent to the average of all CharacterResults contained by this object.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.