VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai2DBarcodeRegionDetector Class
Constructors Properties Methods SeeAlso
In This Topic
    Ai2DBarcodeRegionDetector Class Members
    In This Topic
    The following tables list the members exposed by Ai2DBarcodeRegionDetector.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Ai2DBarcodeRegionDetector class.
    Public Properties
     NameDescription
    Public PropertyGets the dictionary that corresponds barcode type to the minimum size of processing image data, in megapixels, when AI detection must be used.
    Public Propertystatic (Shared in Visual Basic)Gets the default AI-based 2D barcode region detector.
    Public PropertyGets the barcode types that can be detected using this barcode detector.
    Public PropertyGets or sets the maximum image scale that is allowable for AI barcode region detection.
    Public PropertyGets or sets the minimum confidence, in percents, of barcode region that must be processed.
    Public Methods
     NameDescription
    Public MethodReturns a value indicating whether this barcode region detector can detect the specified barcode type.
    Public MethodDetects the barcode regions in a region of specified image.
    Public MethodReturns a value indicating whether this barcode region detector needs to detect barcodes in specified image.
    Public MethodSets the minimum size, in megapixels, of processing image data when AI detection must be used.
    See Also