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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specifiedBarCodeExtendedParameters
value.Code128ExtendedParameters
getCode128()
Gets a special dataCode128ExtendedParameters
of Code128 recognized barcodeDataBarExtendedParameters
getDataBar()
Gets a DataBar additional informationof recognized barcode OneDExtendedParameters
getOneD()
Gets a special dataOneDExtendedParameters
of 1D recognized barcodePdf417ExtendedParameters
getPdf417()
Gets a MacroPdf417 metadata informationPdf417ExtendedParameters
of recognized barcodeQRExtendedParameters
getQR()
Gets a QR Structured Append informationQRExtendedParameters
of recognized barcodeint
hashCode()
Returns the hash code for this instance.java.lang.String
toString()
Returns a human-readable string representation of thisBarCodeExtendedParameters
.
-
-
-
Method Detail
-
getOneD
public OneDExtendedParameters getOneD()
Gets a special data
Value: A special dataOneDExtendedParameters
of 1D recognized barcodeOneDExtendedParameters
of 1D recognized barcode
-
getCode128
public Code128ExtendedParameters getCode128()
Gets a special data
Value: A special dataCode128ExtendedParameters
of Code128 recognized barcodeCode128ExtendedParameters
of Code128 recognized barcode
-
getQR
public QRExtendedParameters getQR()
Gets a QR Structured Append information
Value: A QR Structured Append informationQRExtendedParameters
of recognized barcodeQRExtendedParameters
of recognized barcode
-
getPdf417
public Pdf417ExtendedParameters getPdf417()
Gets a MacroPdf417 metadata information
Value: A MacroPdf417 metadata informationPdf417ExtendedParameters
of recognized barcodePdf417ExtendedParameters
of recognized barcode
-
getDataBar
public DataBarExtendedParameters getDataBar()
Gets a DataBar additional informationof recognized barcode - Returns:
- A DataBar additional information
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 classjava.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>
.
-
hashCode
public int hashCode()
Returns the hash code for this instance.
- Overrides:
hashCode
in classjava.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 classjava.lang.Object
- Returns:
- A string that represents this
BarCodeExtendedParameters
.
-
-