SetMinimumConfidenceBP
Sets the minimum confidence level that is required for barcodes that are read by the engine to be accepted.
Syntax
bool SetMinimumConfidenceBP(StrParam)Parameters
An integer value that represents the minimum confidence level that is required for barcodes that are read by the engine to be accepted. Valid values are in the range of 1-10. The default value, when this engine is not used, is 7.
Smart parameters are supported.
Returns
False if the confidence value cannot be set either because it is invalid or if an error occurs or if the action is called at a level other than page or field. Otherwise, True.Level
Page or Field level onlyDetails
Sets the minimum confidence level that is required for barcodes that are read by the engine to be accepted.- Example
SetMinimumConfidenceBP(5) GetBarcodeBP()