VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai2DBarcodeRegionDetector Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    Ai2DBarcodeRegionDetector Class
    In This Topic
    Provides AI-based barcode region detector, which allows to detect 2D barcode regions in an image.
    Object Model
    Ai2DBarcodeRegionDetector Ai2DBarcodeRegionDetector
    Syntax
    'Declaration
    
    Public Class Ai2DBarcodeRegionDetector
       Inherits Vintasoft.Barcode.BarcodeRegionDetector
    
    
    public class Ai2DBarcodeRegionDetector : Vintasoft.Barcode.BarcodeRegionDetector
    
    
    public __gc class Ai2DBarcodeRegionDetector : public Vintasoft.Barcode.BarcodeRegionDetector*
    
    
    public ref class Ai2DBarcodeRegionDetector : public Vintasoft.Barcode.BarcodeRegionDetector^
    
    
    Remarks

    This detector can detect regions of the following 2D barcode types:

    • DataMatrix
    • QR Code
    • Micro QR
    • Aztec
    • Han Xin Code
    • MaxiCode

    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeRegionDetector
          Vintasoft.Barcode.AI.Ai2DBarcodeRegionDetector

    Requirements

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

    See Also