VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai2DBarcodeRegionDetector Class / MinRegionConfidence Property
Syntax Requirements SeeAlso
In This Topic
    MinRegionConfidence Property (Ai2DBarcodeRegionDetector)
    In This Topic
    Gets or sets the minimum confidence, in percents, of barcode region that must be processed.
    Syntax
    'Declaration
    
    Public Overrides Property MinRegionConfidence As Double
    
    
    public override double MinRegionConfidence { get; set; }
    
    
    public: __property double get_MinRegionConfidence(); override;
    public: __property void set_MinRegionConfidence(
    double value
    ); override;
    public:
    property double MinRegionConfidence { double get() override;; void set(double value) override;; }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also