Accusoft Pegasus
Accusoft.MicrXpress1.Net
MinimumCharacterConfidence Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > Reader Class : MinimumCharacterConfidence Property




Gets or sets the minium confidence value for which a recognition result of a character will be reported.

Syntax

Visual Basic (Declaration)  
Public Property MinimumCharacterConfidence As Integer
Visual Basic (Usage) Copy Code
Dim instance As Reader
Dim value As Integer
 
instance.MinimumCharacterConfidence = value
 
value = instance.MinimumCharacterConfidence
C#  
public int MinimumCharacterConfidence {get; set;}
Managed Extensions for C++  
public: __property int get_MinimumCharacterConfidence();
public: __property void set_MinimumCharacterConfidence( 
   int value
);
C++/CLI  
public:
property int MinimumCharacterConfidence {
   int get();
   void set (intvalue);
}

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown when setting the property to a value less than 0 or greater than 100.

Remarks

The default value is 50.

Valid range: 0 to 100

Empirically adjust this value as needed to obtain the desired level of accuracy.

If the reader's confidence in a CharacterResult is less than this value, the RejectionCharacter will be reported as the CharacterResult's Text and the Confidence will be set to 0.

See Also


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