Inherits asposebarcode.Assist.BaseJavaClass.
|
def | __init__ (self, image, rectangles, decodeTypes) |
|
def | containsAny (self, decodeTypes) |
|
def | loadImage (image) |
|
def | convertToString (arg) |
|
def | init (self) |
|
def | getFileName (self) |
|
def | getTimeout (self) |
|
def | setTimeout (self, value) |
|
def | getChecksumValidation (self) |
|
def | setChecksumValidation (self, value) |
|
def | getStripFNC (self) |
|
def | setStripFNC (self, value) |
|
def | getCustomerInformationInterpretingType (self) |
|
def | setCustomerInformationInterpretingType (self, value) |
|
def | abort (self) |
|
def | getFoundBarCodes (self) |
|
def | getFoundCount (self) |
|
def | readBarCodes (self) |
|
def | getQualitySettings (self) |
|
def | setQualitySettings (self, value) |
|
def | getDetectEncoding (self) |
|
def | setDetectEncoding (self, value) |
|
def | setBarCodeImage (self, image, areas) |
|
def | setBarCodeReadType (self, types) |
|
def | getBarCodeDecodeType (self) |
|
def | exportToXml (self, xmlFile) |
|
def | __init__ (self, javaClass) |
|
def | getJavaClass (self) |
|
def | setJavaClass (self, javaClass) |
|
def | getJavaClassName (self) |
|
def | isNull (self) |
|
def | printJavaClassName (self) |
|
◆ __init__()
def asposebarcode.Recognition.BarcodeReader.__init__ |
( |
|
self, |
|
|
|
image, |
|
|
|
rectangles, |
|
|
|
decodeTypes |
|
) |
| |
◆ abort()
def asposebarcode.Recognition.BarcodeReader.abort |
( |
|
self | ) |
|
◆ containsAny()
def asposebarcode.Recognition.BarcodeReader.containsAny |
( |
|
self, |
|
|
|
decodeTypes |
|
) |
| |
◆ convertToString()
def asposebarcode.Recognition.BarcodeReader.convertToString |
( |
|
arg | ) |
|
◆ exportToXml()
def asposebarcode.Recognition.BarcodeReader.exportToXml |
( |
|
self, |
|
|
|
xmlFile |
|
) |
| |
◆ getBarCodeDecodeType()
def asposebarcode.Recognition.BarcodeReader.getBarCodeDecodeType |
( |
|
self | ) |
|
◆ getChecksumValidation()
def asposebarcode.Recognition.BarcodeReader.getChecksumValidation |
( |
|
self | ) |
|
◆ getCustomerInformationInterpretingType()
def asposebarcode.Recognition.BarcodeReader.getCustomerInformationInterpretingType |
( |
|
self | ) |
|
◆ getDetectEncoding()
def asposebarcode.Recognition.BarcodeReader.getDetectEncoding |
( |
|
self | ) |
|
◆ getFileName()
def asposebarcode.Recognition.BarcodeReader.getFileName |
( |
|
self | ) |
|
◆ getFoundBarCodes()
def asposebarcode.Recognition.BarcodeReader.getFoundBarCodes |
( |
|
self | ) |
|
◆ getFoundCount()
def asposebarcode.Recognition.BarcodeReader.getFoundCount |
( |
|
self | ) |
|
◆ getQualitySettings()
def asposebarcode.Recognition.BarcodeReader.getQualitySettings |
( |
|
self | ) |
|
◆ getStripFNC()
def asposebarcode.Recognition.BarcodeReader.getStripFNC |
( |
|
self | ) |
|
◆ getTimeout()
def asposebarcode.Recognition.BarcodeReader.getTimeout |
( |
|
self | ) |
|
◆ init()
def asposebarcode.Recognition.BarcodeReader.init |
( |
|
self | ) |
|
◆ isPath()
def asposebarcode.Recognition.BarcodeReader.isPath |
( |
|
image | ) |
|
|
static |
◆ loadImage()
def asposebarcode.Recognition.BarcodeReader.loadImage |
( |
|
image | ) |
|
◆ readBarCodes()
def asposebarcode.Recognition.BarcodeReader.readBarCodes |
( |
|
self | ) |
|
◆ setBarCodeImage()
def asposebarcode.Recognition.BarcodeReader.setBarCodeImage |
( |
|
self, |
|
|
|
image, |
|
|
|
areas |
|
) |
| |
◆ setBarCodeReadType()
def asposebarcode.Recognition.BarcodeReader.setBarCodeReadType |
( |
|
self, |
|
|
|
types |
|
) |
| |
◆ setChecksumValidation()
def asposebarcode.Recognition.BarcodeReader.setChecksumValidation |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setCustomerInformationInterpretingType()
def asposebarcode.Recognition.BarcodeReader.setCustomerInformationInterpretingType |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setDetectEncoding()
def asposebarcode.Recognition.BarcodeReader.setDetectEncoding |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setQualitySettings()
def asposebarcode.Recognition.BarcodeReader.setQualitySettings |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setStripFNC()
def asposebarcode.Recognition.BarcodeReader.setStripFNC |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ setTimeout()
def asposebarcode.Recognition.BarcodeReader.setTimeout |
( |
|
self, |
|
|
|
value |
|
) |
| |
◆ barcodeRegion
asposebarcode.Recognition.BarcodeReader.barcodeRegion = None |
|
static |
◆ code128DataPortions
asposebarcode.Recognition.BarcodeReader.code128DataPortions = None |
|
static |
◆ javaClassName
string asposebarcode.Recognition.BarcodeReader.javaClassName = "com.aspose.mw.barcode.recognition.MwBarcodeReader" |
|
static |
◆ qualitySettings
asposebarcode.Recognition.BarcodeReader.qualitySettings = None |
|
static |
◆ recognizedResults
asposebarcode.Recognition.BarcodeReader.recognizedResults = None |
|
static |