VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai1DBarcodeRegionDetector Class
Constructors Properties Methods SeeAlso
In This Topic
    Ai1DBarcodeRegionDetector Class Members
    In This Topic
    The following tables list the members exposed by Ai1DBarcodeRegionDetector.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Ai1DBarcodeRegionDetector class.
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Gets the default AI-based 1D barcode region detector.
    Public PropertyGets the barcode types, which can be detected using this barcode region detector.
    Public PropertyGets or sets the maximum image scale that is allowable for AI barcode region detection.
    Public PropertyGets or sets the minimum size of processing image data, in megapixels, when AI detection must be used.
    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.
    See Also