Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getReadingQuality () | |
getConfidence () | |
getCodeText () | |
getCodeBytes () | |
getCodeType () | |
getCodeTypeName () | |
getRegion () | |
getExtended () | |
equals (BarCodeResult $other) | |
hashCode () | |
toString () | |
deepClone () | |
__construct ($javaClass) | |
Public Member Functions inherited from BaseJavaClass | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
init () | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Private Attributes | |
$region | |
$extended | |
Stores recognized barcode data like SingleDecodeType type, {string} codetext, BarCodeRegionParameters region and other parameters
This sample shows how to obtain BarCodeResult.
BarCodeResult::__construct | ( | $javaClass | ) |
Reimplemented from BaseJavaClass.
BarCodeResult::deepClone | ( | ) |
Creates a copy of BarCodeResult class.
BarCodeResult::equals | ( | BarCodeResult | $other | ) |
Returns a value indicating whether this instance is equal to a specified BarCodeResult value.
BarCodeResult | $other | An BarCodeResult value to compare to this instance. |
BarcodeException |
BarCodeResult::getCodeBytes | ( | ) |
BarcodeException |
BarCodeResult::getCodeText | ( | ) |
BarcodeException |
BarCodeResult::getCodeType | ( | ) |
BarcodeException |
BarCodeResult::getCodeTypeName | ( | ) |
BarcodeException |
BarCodeResult::getConfidence | ( | ) |
BarcodeException |
BarCodeResult::getExtended | ( | ) |
BarCodeResult::getReadingQuality | ( | ) |
BarcodeException |
BarCodeResult::getRegion | ( | ) |
BarcodeException |
BarCodeResult::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
BarCodeResult::toString | ( | ) |
Returns a human-readable string representation of this BarCodeResult.
|
private |
|
private |