Aspose.Barcode for Python via Java Generation and Recognition API docs
asposebarcode.Recognition Namespace Reference

Classes

class  AustraliaPostSettings
 AustraliaPost decoding parameters. More...
 
class  AztecExtendedParameters
 
class  BarCodeConfidence
 Contains recognition confidence level. More...
 
class  BarCodeExtendedParameters
 
class  BarcodeQualityMode
 Mode which enables methods to recognize barcode elements with the selected quality. More...
 
class  BarCodeReader
 BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. More...
 
class  BarCodeRegionParameters
 Represents the recognized barcode's region and barcode angle. More...
 
class  BarCodeResult
 Stores recognized barcode data like SingleDecodeType type,. More...
 
class  BarcodeSettings
 Contains settings for barcode recognition. More...
 
class  ChecksumValidation
 Enable checksum validation during recognition for 1D barcodes. More...
 
class  CodabarExtendedParameters
 Stores a Codabar additional information of recognized barcode. More...
 
class  Code128DataPortion
 Contains the data of subtype for Code128 type barcode. More...
 
class  Code128ExtendedParameters
 Stores special data of Code128 recognized barcode. More...
 
class  Code128SubType
 
class  ComplexBackgroundMode
 Mode which enables or disables additional recognition of color barcodes on color images. More...
 
class  CustomerInformationInterpretingType
 Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode. More...
 
class  DataBarExtendedParameters
 Stores a DataBar additional information of recognized barcode. More...
 
class  DataMatrixExtendedParameters
 Stores special data of DataMatrix recognized barcode This sample shows how to get DataMatrix raw values. More...
 
class  DecodeType
 Specify the type of barcode to read. More...
 
class  DeconvolutionMode
 Deconvolution (image restorations) mode which defines level of image degradation. More...
 
class  DotCodeExtendedParameters
 
class  GS1CompositeBarExtendedParameters
 Stores additional information for GS1 Composite Bar recognized barcodes. More...
 
class  InverseImageMode
 Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). More...
 
class  MaxiCodeExtendedParameters
 Stores a MaxiCode additional information of recognized barcode. More...
 
class  OneDExtendedParameters
 Stores special data of 1D recognized barcode like separate codetext and checksum. More...
 
class  Pdf417ExtendedParameters
 Stores a MacroPdf417 metadata information of recognized barcode. More...
 
class  QRExtendedParameters
 Stores a QR Structured Append information of recognized barcode. More...
 
class  Quadrangle
 Stores a set of four Points that represent a Quadrangle region. More...
 
class  QualitySettings
 QualitySettings allows to configure recognition quality and speed manually. More...
 
class  RecognitionAbortedException
 Exception raised when barcode recognition is aborted. More...
 
class  XDimensionMode
 Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. More...
 

Variables

 is_array = lambda var: isinstance(var, (list, tuple))
 

Variable Documentation

◆ is_array

is_array = lambda var: isinstance(var, (list, tuple))