Ai1DBarcodeRegionDetector Class Members
In This Topic
The following tables list the members exposed by
Ai1DBarcodeRegionDetector.
Public Constructors
Public Properties
| | Name | Description |
  | Default | Gets the default AI-based 1D barcode region detector. |
 | DetectingBarcodeTypes | Gets the barcode types, which can be detected using this barcode region detector. |
 | DetectionMaxScale | Gets or sets the maximum image scale that is allowable for AI barcode region detection. |
 | MinImageDataSize | Gets or sets the minimum size of processing image data, in megapixels, when AI detection must be used. |
 | 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. |
See Also