public final class QRExtendedParameters extends BaseExtendedParameters
Stores a QR Structured Append information of recognized barcode
This sample shows how to get QR Structured Append data
{| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified
QRExtendedParameters value. |
QRErrorLevel |
getErrorLevel()
Reed-Solomon error correction level of recognized barcode.
|
MicroQRVersion |
getMicroQRVersion()
Version of recognized MicroQR Code.
|
QRErrorLevel |
getQRErrorLevel()
Deprecated.
Use ErrorLevel instead
|
int |
getQRStructuredAppendModeBarCodeIndex()
Deprecated.
Use StructuredAppendModeBarCodeIndex instead
|
int |
getQRStructuredAppendModeBarCodesQuantity()
Deprecated.
Use StructuredAppendModeBarCodesQuantity instead
|
int |
getQRStructuredAppendModeParityData()
Deprecated.
Use StructuredAppendModeParityData instead
|
QRVersion |
getQRVersion()
Deprecated.
Use Version instead
|
RectMicroQRVersion |
getRectMicroQRVersion()
Version of recognized RectMicroQR Code.
|
int |
getStructuredAppendModeBarCodeIndex()
Gets the index of the QR structured append mode barcode.
|
int |
getStructuredAppendModeBarCodesQuantity()
Gets the QR structured append mode barcodes quantity.
|
int |
getStructuredAppendModeParityData()
Gets the QR structured append mode parity data.
|
QRVersion |
getVersion()
Version of recognized QR Code.
|
int |
hashCode()
Returns the hash code for this instance.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
QRExtendedParameters. |
isEmptypublic final int getStructuredAppendModeBarCodesQuantity()
Gets the QR structured append mode barcodes quantity. Default value is -1.
Value: The quantity of the QR structured append mode barcode.@Deprecated public final int getQRStructuredAppendModeBarCodesQuantity()
Gets the QR structured append mode barcodes quantity. Default value is -1.
Value: The quantity of the QR structured append mode barcode.public final int getStructuredAppendModeBarCodeIndex()
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.@Deprecated public final int getQRStructuredAppendModeBarCodeIndex()
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.public final int getStructuredAppendModeParityData()
Gets the QR structured append mode parity data. Default value is -1.
Value: The index of the QR structured append mode barcode.@Deprecated public final int getQRStructuredAppendModeParityData()
Gets the QR structured append mode parity data. Default value is -1.
Value: The index of the QR structured append mode barcode.public final QRVersion getVersion()
Version of recognized QR Code. From Version1 to Version40.
@Deprecated public final QRVersion getQRVersion()
Version of recognized QR Code. From Version1 to Version40.
public final MicroQRVersion getMicroQRVersion()
Version of recognized MicroQR Code. From M1 to M4.
public final RectMicroQRVersion getRectMicroQRVersion()
Version of recognized RectMicroQR Code. From R7x43 to R17x139.
public final QRErrorLevel getErrorLevel()
Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
@Deprecated public final QRErrorLevel getQRErrorLevel()
Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value.
equals in class java.lang.Objectobj - An System.Object value to compare to this instance.<b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.public int hashCode()
Returns the hash code for this instance.
hashCode in class java.lang.Objectpublic java.lang.String toString()
Returns a human-readable string representation of this QRExtendedParameters.
toString in class java.lang.ObjectQRExtendedParameters.