QRExtendedParameters
QRExtendedParameters class
Namespace: Aspose.Barcode.Recognition
Stores a QR Structured Append information of recognized barcode This sample shows how to get QR Structured Append data
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| isEmpty | No |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ErrorLevel | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. |
| MicroQRVersion | Read-only | Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4. |
| QRErrorLevel | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. |
| QRStructuredAppendModeBarCodeIndex | Read-only | 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. |
| QRStructuredAppendModeBarCodesQuantity | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. |
| QRStructuredAppendModeParityData | Read-only | Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. |
| QRVersion | Read-only | Version of recognized QR Code. From Version1 to Version40. return recognized QR Code |
| RectMicroQRVersion | Read-only | Version of recognized RectMicroQR Code. From R7x43 to R17x139. |
| StructuredAppendModeBarCodeIndex | Read-only | 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. |
| StructuredAppendModeBarCodesQuantity | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. |
| StructuredAppendModeParityData | Read-only | Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. |
| Version | Read-only | Version of recognized QR Code. From Version1 to Version40. |
QRExtendedParameters__construct(QRExtendedParametersDTO $qrExtendedParametersDTO)
| Parameter | Type | Description |
|---|---|---|
$qrExtendedParametersDTO | QRExtendedParametersDTO |
isEmptyisEmpty()
ErrorLevel
Access: Read-only
Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
MicroQRVersion
Access: Read-only
Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4.
QRErrorLevel
Access: Read-only
Returns: int error correction level of recognized barcode.
Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
QRStructuredAppendModeBarCodeIndex
Access: Read-only
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.
QRStructuredAppendModeBarCodesQuantity
Access: Read-only
Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode.
QRStructuredAppendModeParityData
Access: Read-only
Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode.
QRVersion
Access: Read-only
Version of recognized QR Code. From Version1 to Version40. return recognized QR Code
RectMicroQRVersion
Access: Read-only
Returns: int of recognized RectMicroQR Code
Version of recognized RectMicroQR Code. From R7x43 to R17x139.
StructuredAppendModeBarCodeIndex
Access: Read-only
Returns: the index of the QR structured append mode barcode.
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.
StructuredAppendModeBarCodesQuantity
Access: Read-only
Returns: the QR structured append mode barcodes quantity.
Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode.
StructuredAppendModeParityData
Access: Read-only
Returns: the QR structured append mode parity data.
Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode.
Version
Access: Read-only
Version of recognized QR Code. From Version1 to Version40.