QRExtendedParameters

Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseExtendedParameters

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

{

Methods

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value.
getClass()
getErrorLevel()Reed-Solomon error correction level of recognized barcode.
getMicroQRVersion()Version of recognized MicroQR Code.
getQRErrorLevel()Reed-Solomon error correction level of recognized barcode.
getQRStructuredAppendModeBarCodeIndex()Gets the index of the QR structured append mode barcode.
getQRStructuredAppendModeBarCodesQuantity()Gets the QR structured append mode barcodes quantity.
getQRStructuredAppendModeParityData()Gets the QR structured append mode parity data.
getQRVersion()Version of recognized QR Code.
getRectMicroQRVersion()Version of recognized RectMicroQR Code.
getStructuredAppendModeBarCodeIndex()Gets the index of the QR structured append mode barcode.
getStructuredAppendModeBarCodesQuantity()Gets the QR structured append mode barcodes quantity.
getStructuredAppendModeParityData()Gets the QR structured append mode parity data.
getVersion()Version of recognized QR Code.
hashCode()Returns the hash code for this instance.
isEmpty()Tests whether all parameters has only default values
notify()
notifyAll()
toString()Returns a human-readable string representation of this QRExtendedParameters.
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object obj)

public boolean equals(Object obj)

Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectAn System.Object value to compare to this instance.

Returns: boolean - true if obj has the same value as this instance; otherwise, false .

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getErrorLevel()

public final QRErrorLevel getErrorLevel()

Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.

Returns: QRErrorLevel

getMicroQRVersion()

public final MicroQRVersion getMicroQRVersion()

Version of recognized MicroQR Code. From M1 to M4.

Returns: MicroQRVersion

getQRErrorLevel()

public final QRErrorLevel getQRErrorLevel()

Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.

Returns: QRErrorLevel

getQRStructuredAppendModeBarCodeIndex()

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.

Returns: int - the index of the QR structured append mode barcode.

getQRStructuredAppendModeBarCodesQuantity()

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.

Returns: int - the QR structured append mode barcodes quantity.

getQRStructuredAppendModeParityData()

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.

Returns: int - the QR structured append mode parity data.

getQRVersion()

public final QRVersion getQRVersion()

Version of recognized QR Code. From Version1 to Version40.

Returns: QRVersion

getRectMicroQRVersion()

public final RectMicroQRVersion getRectMicroQRVersion()

Version of recognized RectMicroQR Code. From R7x43 to R17x139.

Returns: RectMicroQRVersion

getStructuredAppendModeBarCodeIndex()

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.

Returns: int - the index of the QR structured append mode barcode.

getStructuredAppendModeBarCodesQuantity()

public 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.

Returns: int - the QR structured append mode barcodes quantity.

getStructuredAppendModeParityData()

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.

Returns: int - the QR structured append mode parity data.

getVersion()

public final QRVersion getVersion()

Version of recognized QR Code. From Version1 to Version40.

Returns: QRVersion

hashCode()

public int hashCode()

Returns the hash code for this instance.

Returns: int - A 32-bit signed integer hash code.

isEmpty()

public boolean isEmpty()

Tests whether all parameters has only default values

Value: Returns true if all parameters has only default values; otherwise, false .

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns a human-readable string representation of this QRExtendedParameters.

Returns: java.lang.String - A string that represents this QRExtendedParameters.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int