SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / MinimumCharacterConfidence Property




In This Topic
    MinimumCharacterConfidence Property (Reader)
    In This Topic
    Gets and sets the confidence value below which a character is rejected and replaced with the RejectionCharacter.
    Syntax
    'Declaration
     
    
    Public Property MinimumCharacterConfidence As Integer
    'Usage
     
    
    Dim instance As Reader
    Dim value As Integer
     
    instance.MinimumCharacterConfidence = value
     
    value = instance.MinimumCharacterConfidence
    public int MinimumCharacterConfidence {get; set;}
    public: __property int get_MinimumCharacterConfidence();
    public: __property void set_MinimumCharacterConfidence( 
       int value
    );
    public:
    property int MinimumCharacterConfidence {
       int get();
       void set (    int value);
    }
    Exceptions
    ExceptionDescription
    The value is less than zero or greater than 100.
     
    Remarks

    Valid range: 0 to 100

    Default value: 0

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

    Character confidence may be different on Windows and Linux.

    See Also