Accusoft.Forms1 - Updated
MinimumCharacterConfidence Property (Reader)



Accusoft.SmartZoneICRSdk Namespace > Reader Class : MinimumCharacterConfidence Property
Gets and sets the minimum confidence below which the rejection character will be used in the text output.
Syntax
Public Property MinimumCharacterConfidence As Integer
Dim instance As Reader
Dim value As Integer
 
instance.MinimumCharacterConfidence = value
 
value = instance.MinimumCharacterConfidence
public int MinimumCharacterConfidence {get; set;}
public:
property int MinimumCharacterConfidence {
   int get();
   void set (    int value);
}
Remarks

Valid range: 0 to 100

Default value: 0

Character results with a confidence value below this value will be replaced with the RejectionCharacter.

See Also

Reference

Reader Class
Reader Members