VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeRegionInfo Class / BarcodeRegionInfo Constructor(BarcodeRegionDetector,BarcodeType,VintasoftRectI,VintasoftRectI,Double)
Syntax Requirements SeeAlso
In This Topic
    BarcodeRegionInfo Constructor(BarcodeRegionDetector,BarcodeType,VintasoftRectI,VintasoftRectI,Double)
    In This Topic
    Initializes a new instance of the BarcodeRegionInfo class.
    Syntax

    Parameters

    barcodeRegionDetector
    The barcode region detector.
    barcodeType
    The barcode type(s).
    detectionBoundingBox
    The detection bounding box.
    recognitionBoundingBox
    The recognition bounding box.
    confidence
    The confidence, in percents.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also