Class QRExtendedParameters

java.lang.Object
com.aspose.barcode.barcoderecognition.BaseExtendedParameters
com.aspose.barcode.barcoderecognition.QRExtendedParameters

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

{
  • 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 public final int getQRStructuredAppendModeBarCodesQuantity()
      Deprecated.
      Use StructuredAppendModeBarCodesQuantity instead

      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.
    • 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 public final int getQRStructuredAppendModeBarCodeIndex()
      Deprecated.
      Use StructuredAppendModeBarCodeIndex instead

      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.
    • 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 public final int getQRStructuredAppendModeParityData()
      Deprecated.
      Use StructuredAppendModeParityData instead

      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.
    • getVersion

      public final QRVersion getVersion()

      Version of recognized QR Code. From Version1 to Version40.

    • getQRVersion

      @Deprecated public final QRVersion getQRVersion()
      Deprecated.
      Use Version instead

      Version of recognized QR Code. From Version1 to Version40.

    • getMicroQRVersion

      public final MicroQRVersion getMicroQRVersion()

      Version of recognized MicroQR Code. From M1 to M4.

    • getRectMicroQRVersion

      public final RectMicroQRVersion getRectMicroQRVersion()

      Version of recognized RectMicroQR Code. From R7x43 to R17x139.

    • getErrorLevel

      public final QRErrorLevel getErrorLevel()

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

    • getQRErrorLevel

      @Deprecated public final QRErrorLevel getQRErrorLevel()
      Deprecated.
      Use ErrorLevel instead

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

    • equals

      public boolean equals(Object obj)

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

      Overrides:
      equals in class Object
      Parameters:
      obj - An System.Object value to compare to this instance.
      Returns:
      <b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.
    • op_Equality

      public static boolean op_Equality(QRExtendedParameters first, QRExtendedParameters second)

      Returns a value indicating whether the first QRExtendedParameters value is equal to the second.

      Parameters:
      first - A first compared value
      second - A second compared value
      Returns:
      <b>true</b> if first has the same value as second; otherwise, <b>false</b>.
    • op_Inequality

      public static boolean op_Inequality(QRExtendedParameters first, QRExtendedParameters second)

      Returns a value indicating if the first QRExtendedParameters value is different from the second.

      Parameters:
      first - A first compared value
      second - 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.

      Overrides:
      hashCode in class Object
      Returns:
      A 32-bit signed integer hash code.
    • toString

      public String toString()

      Returns a human-readable string representation of this QRExtendedParameters.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this QRExtendedParameters.