Ai2DBarcodeRegionDetector Class Members
In This Topic
The following tables list the members exposed by
Ai2DBarcodeRegionDetector.
Public Constructors
Public Properties
| | Name | Description |
 | BarcodeToMinImageDataSize | Gets the dictionary that corresponds barcode type to the minimum size of processing image data, in megapixels, when AI detection must be used. |
  | Default | Gets the default AI-based 2D barcode region detector. |
 | DetectingBarcodeTypes | Gets the barcode types that can be detected using this barcode detector. |
 | DetectionMaxScale | Gets or sets the maximum image scale that is allowable for AI barcode region detection. |
 | MinRegionConfidence | Gets or sets the minimum confidence, in percents, of barcode region that must be processed. |
Public Methods
| | Name | Description |
 | CanDetect | Returns a value indicating whether this barcode region detector can detect the specified barcode type. |
 | DetectBarcodeRegions | Detects the barcode regions in a region of specified image. |
 | NeedDetect | Returns a value indicating whether this barcode region detector needs to detect barcodes in specified image. |
 | SetMinImageDataSize | Sets the minimum size, in megapixels, of processing image data when AI detection must be used. |
See Also