![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores recognized barcode data like SingleDecodeType type,. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
def | getReadingQuality (self) |
Gets the reading quality. More... | |
def | getConfidence (self) |
Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence. More... | |
def | getCodeText (self) |
Gets the code text Value: The code text of the barcode. More... | |
def | getCodeBytes (self) |
Gets the encoded code bytes Value: The code bytes of the barcode. More... | |
def | getCodeType (self) |
Gets the barcode type Value: The type information of the recognized barcode. More... | |
def | getCodeTypeName (self) |
Gets the name of the barcode type Value: The type name of the recognized barcode. More... | |
def | getRegion (self) |
Gets the barcode region Value: The region of the recognized barcode. More... | |
def | getExtended (self) |
Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode. More... | |
def | equals (self, other) |
Returns a value indicating whether this instance is equal to a specified BarCodeResult value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this BarCodeResult. More... | |
def | deepClone (self) |
Creates a copy of BarCodeResult class. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Public Attributes | |
region | |
extended | |
![]() | |
javaClass | |
javaClassName | |
Stores recognized barcode data like SingleDecodeType type,.
codetext, BarCodeRegionParameters region and other parameters This sample shows how to obtain BarCodeResult.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def deepClone | ( | self | ) |
Creates a copy of BarCodeResult class.
:return: Returns copy of BarCodeResult class.
def equals | ( | self, | |
other | |||
) |
Returns a value indicating whether this instance is equal to a specified BarCodeResult value.
:param: other An BarCodeResult value to compare to this instance. :return: true if obj has the same value as this instance otherwise, false.
def getCodeBytes | ( | self | ) |
Gets the encoded code bytes Value: The code bytes of the barcode.
def getCodeText | ( | self | ) |
Gets the code text Value: The code text of the barcode.
def getCodeType | ( | self | ) |
Gets the barcode type Value: The type information of the recognized barcode.
def getCodeTypeName | ( | self | ) |
Gets the name of the barcode type Value: The type name of the recognized barcode.
def getConfidence | ( | self | ) |
Gets recognition confidence level of the recognized barcode Value: BarCodeConfidence.
Strong does not have fakes or misrecognitions, BarCodeConfidence.Moderate could sometimes have fakes or incorrect codetext because this confidence
level for barcodews with weak cheksum or even without it,
BarCodeConfidence.NONE always has incorrect codetext and could be fake recognitions
def getExtended | ( | self | ) |
Gets extended parameters of recognized barcode Value: The extended parameters of recognized barcode.
def getReadingQuality | ( | self | ) |
Gets the reading quality.
Works for 1D and postal barcodes. Value: The reading quality percent
def getRegion | ( | self | ) |
Gets the barcode region Value: The region of the recognized barcode.
def hashCode | ( | self | ) |
Returns the hash code for this instance.
:return: A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def toString | ( | self | ) |
Returns a human-readable string representation of this BarCodeResult.
:return: A string that represents this BarCodeResult.
extended |
region |