![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores special data of Code128 recognized barcode. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, Code128ExtendedParameters other) |
| Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. More... | |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| Returns a human-readable string representation of this Code128ExtendedParameters. More... | |
| Optional[List[Code128DataPortion]] | code_128_data_portions (self) |
| bool | is_empty (self) |
Stores special data of Code128 recognized barcode.
Represents the recognized barcode's region and barcode angle
This sample shows how to get code128 raw values
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool __eq__ | ( | self, | |
| Code128ExtendedParameters | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value.
| obj is object value to compare to this instance. |
| int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this Code128ExtendedParameters.
| Optional[List[Code128DataPortion]] code_128_data_portions | ( | self | ) |
Code128DataPortion array of the recognized Code128 barcode.
| bool is_empty | ( | self | ) |