←Select platform

MinimumBarcodeConfidence Property

Summary

Gets or sets the minimum barcode confidence which determines whether a candidate can be considered a barcode.

Syntax
C#
C++/CLI
Java
Python
public int MinimumBarcodeConfidence { get; set; } 
public int getMinimumBarcodeConfidence(); 
public void setMinimumBarcodeConfidence( 
   int intValue 
); 
public:  
   property Int32 MinimumBarcodeConfidence 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
MinimumBarcodeConfidence # get and set (FindBarcodeCandidateAreasCommand) 

Property Value

The minimum confidence threshold for a candidate.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.