Class QRExtendedParameters
Stores a QR Structured Append information of recognized barcode
This sample shows how to get QR Structured Append data
{
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a value indicating whether this instance is equal to a specifiedQRExtendedParametersvalue.final QRErrorLevelReed-Solomon error correction level of recognized barcode.final MicroQRVersionVersion of recognized MicroQR Code.final QRErrorLevelDeprecated.Use ErrorLevel insteadfinal intDeprecated.Use StructuredAppendModeBarCodeIndex insteadfinal intDeprecated.Use StructuredAppendModeBarCodesQuantity insteadfinal intDeprecated.Use StructuredAppendModeParityData insteadfinal QRVersionDeprecated.Use Version insteadfinal RectMicroQRVersionVersion of recognized RectMicroQR Code.final intGets the index of the QR structured append mode barcode.final intGets the QR structured append mode barcodes quantity.final intGets the QR structured append mode parity data.final QRVersionVersion of recognized QR Code.inthashCode()Returns the hash code for this instance.static booleanop_Equality(QRExtendedParameters first, QRExtendedParameters second) Returns a value indicating whether the firstQRExtendedParametersvalue is equal to the second.static booleanop_Inequality(QRExtendedParameters first, QRExtendedParameters second) Returns a value indicating if the firstQRExtendedParametersvalue is different from the second.toString()Returns a human-readable string representation of thisQRExtendedParameters.Methods inherited from class com.aspose.barcode.barcoderecognition.BaseExtendedParameters
isEmpty
-
Method Details
-
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:
- the QR structured append mode barcodes quantity.
-
getQRStructuredAppendModeBarCodesQuantity
Deprecated.Use StructuredAppendModeBarCodesQuantity insteadGets the QR structured append mode barcodes quantity. Default value is -1.
Value: The quantity of the QR structured append mode barcode.- Returns:
- the QR structured append mode barcodes quantity.
-
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:
- the index of the QR structured append mode barcode.
-
getQRStructuredAppendModeBarCodeIndex
Deprecated.Use StructuredAppendModeBarCodeIndex insteadGets 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:
- the index of the QR structured append mode barcode.
-
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:
- the QR structured append mode parity data.
-
getQRStructuredAppendModeParityData
Deprecated.Use StructuredAppendModeParityData insteadGets the QR structured append mode parity data. Default value is -1.
Value: The index of the QR structured append mode barcode.- Returns:
- the QR structured append mode parity data.
-
getVersion
Version of recognized QR Code. From Version1 to Version40.
-
getQRVersion
Deprecated.Use Version insteadVersion of recognized QR Code. From Version1 to Version40.
-
getMicroQRVersion
Version of recognized MicroQR Code. From M1 to M4.
-
getRectMicroQRVersion
Version of recognized RectMicroQR Code. From R7x43 to R17x139.
-
getErrorLevel
Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
-
getQRErrorLevel
Deprecated.Use ErrorLevel insteadReed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
-
equals
Returns a value indicating whether this instance is equal to a specified
QRExtendedParametersvalue. -
op_Equality
Returns a value indicating whether the first
QRExtendedParametersvalue is equal to the second.- Parameters:
first- A first compared valuesecond- A second compared value- Returns:
<b>true</b>if first has the same value as second; otherwise,<b>false</b>.
-
op_Inequality
Returns a value indicating if the first
QRExtendedParametersvalue is different from the second.- Parameters:
first- A first compared valuesecond- A second compared value- Returns:
<b>true</b>if first has the different value from second; otherwise,<b>false</b>.
-
hashCode
public int hashCode()Returns the hash code for this instance.
-
toString
Returns a human-readable string representation of this
QRExtendedParameters.- Overrides:
toStringin classObject- Returns:
- A string that represents this
QRExtendedParameters.
-