![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a QR Structured Append information of recognized barcode. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, QRExtendedParameters other) |
| Returns a value indicating whether this instance is equal to a specified QRExtendedParameters 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 QRExtendedParameters. More... | |
| int | error_level (self) |
| bool | is_empty (self) |
| int | micro_qr_version (self) |
| int | qr_error_level (self) |
| int | qr_structured_append_mode_barcode_index (self) |
| int | qr_structured_append_mode_barcodes_quantity (self) |
| int | qr_structured_append_mode_parity_data (self) |
| int | qr_version (self) |
| int | rect_micro_qr_version (self) |
| int | structured_append_mode_barcode_index (self) |
| int | structured_append_mode_barcodes_quantity (self) |
| int | structured_append_mode_parity_data (self) |
| int | version (self) |
Stores a QR Structured Append information of recognized barcode.
This sample shows how to get QR Structured Append data
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool __eq__ | ( | self, | |
| QRExtendedParameters | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value.
| obj An 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 QRExtendedParameters.
| int error_level | ( | self | ) |
Error correction level of recognized QR Code.
| bool is_empty | ( | self | ) |
True if all parameters have default values, otherwise False.
| int micro_qr_version | ( | self | ) |
Version of recognized MicroQR Code. From M1 to M4.
| int qr_error_level | ( | self | ) |
Error correction level of recognized QR Code.
| int qr_structured_append_mode_barcode_index | ( | self | ) |
Index of QR structured append mode barcode (starting from 0). Default: -1.
| int qr_structured_append_mode_barcodes_quantity | ( | self | ) |
Number of QR structured append mode barcodes. Default: -1.
| int qr_structured_append_mode_parity_data | ( | self | ) |
Parity data of QR structured append mode barcode. Default: -1.
| int qr_version | ( | self | ) |
Version of recognized QR Code. From Version1 to Version40.
| int rect_micro_qr_version | ( | self | ) |
Version of recognized RectMicroQR Code. From R7x43 to R17x139.
| int structured_append_mode_barcode_index | ( | self | ) |
Index of QR structured append mode barcode (starting from 0). Default: -1.
| int structured_append_mode_barcodes_quantity | ( | self | ) |
Number of QR structured append mode barcodes. Default: -1.
| int structured_append_mode_parity_data | ( | self | ) |
Parity data of QR structured append mode barcode. Default: -1.
| int version | ( | self | ) |
Version of recognized QR Code. From Version1 to Version40.