Aspose.Barcode.Recognition
Contents
[
Hide
]Aspose.Barcode.Recognition namespace
The Aspose.Barcode.Recognition namespace contains the core objects required to set up barcode recognition parameters, execute scans, and retrieve detailed results. It includes specialized settings such as AustraliaPostSettings, AztecExtendedParameters, and CodabarExtendedParameters, as well as the BarCodeReader and BarCodeResult classes.
Classes
| Class | Description |
|---|---|
| AustraliaPostSettings | AustraliaPost decoding parameters. Contains parameters which make influence on recognized data of AustraliaPost symbolog |
| AztecExtendedParameters | Stores special data of Aztec recognized barcode * This sample shows how to get Aztec raw values |
| BarCodeExtendedParameters | Stores extended parameters of recognized barcode |
| BarCodeReader | BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operatio |
| BarCodeRegionParameters | Represents the recognized barcode’s region and barcode angle This sample shows how to get barcode Angle and bounding qua |
| BarCodeResult | Stores recognized barcode data like SingleDecodeType type, {string} codetext, BarCodeRegionParameters region and other p |
| BarcodeSettings | The main BarCode decoding parameters. Contains parameters which make influence on recognized data. |
| CodabarExtendedParameters | Stores a Codabar additional information of recognized barcode |
| Code128DataPortion | Contains the data of subtype for Code128 type barcode |
| Code128ExtendedParameters | Stores special data of Code128 recognized barcode Represents the recognized barcode’s region and barcode angle This samp |
| DataBarExtendedParameters | Stores a DataBar additional information of recognized barcode |
| DataMatrixExtendedParameters | Stores special data of DataMatrix recognized barcode |
| DecodeType | Specify the type of barcode to read. This sample shows how to detect Code39 and Code128 barcodes. |
| DotCodeExtendedParameters | Stores special data of DotCode recognized barcode |
| GS1CompositeBarExtendedParameters | Stores special data of recognized barcode |
| MaxiCodeExtendedParameters | Stores a MaxiCode additional information of recognized barcode |
| OneDExtendedParameters | Stores special data of 1D recognized barcode like separate codetext and checksum This sample shows how to get 1D barcode |
| Pdf417ExtendedParameters | Stores a MacroPdf417 metadata information of recognized barcode This sample shows how to get Macro Pdf417 metadata |
| QRExtendedParameters | Stores a QR Structured Append information of recognized barcode This sample shows how to get QR Structured Append data |
| Quadrangle | Stores a set of four Points that represent a Quadrangle region. |
| QualitySettings | QualitySettings allows to configure recognition quality and speed manually. You can quickly set up QualitySettings by em |
| RecognitionAbortedException |
Enums
| Enum | Description |
|---|---|
| BarCodeConfidence | Contains recognition confidence level This sample shows how BarCodeConfidence changed, depending on barcode type Moderat |
| BarcodeQualityMode | Mode which enables methods to recognize barcode elements with the selected quality. Barcode element with lower quality r |
| ChecksumValidation | Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must cont |
| Code128SubType | Contains types of Code128 subset |
| ComplexBackgroundMode | Mode which enables or disables additional recognition of color barcodes on color images. |
| CustomerInformationInterpretingType | Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode. |
| DeconvolutionMode | Deconvolution (image restorations) mode which defines level of image degradation. Originally deconvolution is a function |
| InverseImageMode | Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). |
| XDimensionMode | Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. |