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) |
BarCodeResult | deepClone (self) |
Creates a copy of BarCodeResult class. More... | |
bool | equals (self, BarCodeResult other) |
Returns a value indicating whether this instance is equal to a specified BarCodeResult value. More... | |
List[str] | getCodeBytes (self) |
Gets the encoded code bytes. More... | |
str | getCodeText (self) |
Gets the code text. More... | |
DecodeType | getCodeType (self) |
Gets the barcode type. More... | |
str | getCodeTypeName (self) |
Gets the name of the barcode type. More... | |
BarCodeConfidence | getConfidence (self) |
Gets recognition confidence level of the recognized barcode. More... | |
Optional[BarCodeExtendedParameters] | getExtended (self) |
Gets extended parameters of recognized barcode. More... | |
float | getReadingQuality (self) |
Gets the reading quality. More... | |
Optional[BarCodeRegionParameters] | getRegion (self) |
Gets the barcode region. More... | |
int | hashCode (self) |
Returns the hash code for this instance. More... | |
None | init (self) |
str | toString (self) |
Returns a human-readable string representation of this BarCodeResult. More... | |
Public Member Functions inherited from BaseJavaClass | |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Public Attributes | |
extended | |
region | |
Public Attributes inherited from BaseJavaClass | |
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.
BarCodeResult deepClone | ( | self | ) |
Creates a copy of BarCodeResult class.
bool equals | ( | self, | |
BarCodeResult | other | ||
) |
Returns a value indicating whether this instance is equal to a specified BarCodeResult value.
other A BarCodeResult value to compare to this instance. |
List[str] getCodeBytes | ( | self | ) |
Gets the encoded code bytes.
Value: The code bytes of the barcode.
str getCodeText | ( | self | ) |
Gets the code text.
Value: The code text of the barcode.
DecodeType getCodeType | ( | self | ) |
Gets the barcode type.
Value: The type information of the recognized barcode.
str getCodeTypeName | ( | self | ) |
Gets the name of the barcode type.
Value: The type name of the recognized barcode.
BarCodeConfidence getConfidence | ( | self | ) |
Gets recognition confidence level of the recognized barcode.
Value: BarCodeConfidence.
Optional[BarCodeExtendedParameters] getExtended | ( | self | ) |
Gets extended parameters of recognized barcode.
Value: The extended parameters of recognized barcode.
float getReadingQuality | ( | self | ) |
Gets the reading quality.
Works for 1D and postal barcodes.
Optional[BarCodeRegionParameters] getRegion | ( | self | ) |
Gets the barcode region.
Value: The region of the recognized barcode.
int hashCode | ( | self | ) |
Returns the hash code for this instance.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
str toString | ( | self | ) |
Returns a human-readable string representation of this BarCodeResult.
extended |
region |