com.aspose.barcode.barcoderecognition

Class BarCodeExtendedParameters

  • java.lang.Object
    • com.aspose.barcode.barcoderecognition.BarCodeExtendedParameters


  • public final class BarCodeExtendedParameters
    extends java.lang.Object

    Stores extended parameters of recognized barcode

    • Method Detail

      • getOneD

        public OneDExtendedParameters getOneD()

        Gets a special data OneDExtendedParameters of 1D recognized barcode

        Value: A special data OneDExtendedParameters of 1D recognized barcode
      • getCode128

        public Code128ExtendedParameters getCode128()

        Gets a special data Code128ExtendedParameters of Code128 recognized barcode

        Value: A special data Code128ExtendedParameters of Code128 recognized barcode
      • getQR

        public QRExtendedParameters getQR()

        Gets a QR Structured Append information QRExtendedParameters of recognized barcode

        Value: A QR Structured Append information QRExtendedParameters of recognized barcode
      • getPdf417

        public Pdf417ExtendedParameters getPdf417()

        Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode

        Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode
      • equals

        public boolean equals(java.lang.Object obj)

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

        Overrides:
        equals in class java.lang.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(BarCodeExtendedParameters first,
                                          BarCodeExtendedParameters second)

        Returns a value indicating whether the first BarCodeExtendedParameters 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(BarCodeExtendedParameters first,
                                            BarCodeExtendedParameters second)

        Returns a value indicating if the first BarCodeExtendedParameters 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 java.lang.Object
        Returns:
        A 32-bit signed integer hash code.
      • toString

        public java.lang.String toString()

        Returns a human-readable string representation of this BarCodeExtendedParameters.

        Overrides:
        toString in class java.lang.Object
        Returns:
        A string that represents this BarCodeExtendedParameters.