![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a QR Structured Append information of recognized barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
def | getQRStructuredAppendModeBarCodesQuantity (self) |
Gets the QR structured append mode barcodes quantity. More... | |
def | getQRStructuredAppendModeBarCodeIndex (self) |
Gets the index of the QR structured append mode barcode. More... | |
def | getQRStructuredAppendModeParityData (self) |
Gets the QR structured append mode parity data. More... | |
def | isEmpty (self) |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this QRExtendedParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Stores a QR Structured Append information of recognized barcode.
This sample shows how to get QR Structured Append data
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value.
:param: obj An object value to compare to this instance. :return: true if obj has the same value as this instance otherwise, false.
def getQRStructuredAppendModeBarCodeIndex | ( | self | ) |
Gets the index of the QR structured append mode barcode.
Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode.
def getQRStructuredAppendModeBarCodesQuantity | ( | self | ) |
Gets the QR structured append mode barcodes quantity.
Default value is -1.Value: The quantity of the QR structured append mode barcode.
def getQRStructuredAppendModeParityData | ( | self | ) |
Gets the QR structured append mode parity data.
Default value is -1.Value: The index of the QR structured append mode 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 isEmpty | ( | self | ) |
def toString | ( | self | ) |
Returns a human-readable string representation of this QRExtendedParameters.
:return: A string that represents this QRExtendedParameters.