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

NameDescription
__construct

Methods

NameStaticDescription
isEmptyNo

Properties

NameRead/WriteDescription
ErrorLevelRead-onlyReed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
MicroQRVersionRead-onlyVersion of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4.
QRErrorLevelRead-onlyReed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH.
QRStructuredAppendModeBarCodeIndexRead-onlyGets 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.
QRStructuredAppendModeBarCodesQuantityRead-onlyGets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode.
QRStructuredAppendModeParityDataRead-onlyGets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode.
QRVersionRead-onlyVersion of recognized QR Code. From Version1 to Version40. return recognized QR Code
RectMicroQRVersionRead-onlyVersion of recognized RectMicroQR Code. From R7x43 to R17x139.
StructuredAppendModeBarCodeIndexRead-onlyGets 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.
StructuredAppendModeBarCodesQuantityRead-onlyGets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode.
StructuredAppendModeParityDataRead-onlyGets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode.
VersionRead-onlyVersion of recognized QR Code. From Version1 to Version40.

QRExtendedParameters__construct(QRExtendedParametersDTO $qrExtendedParametersDTO)

ParameterTypeDescription
$qrExtendedParametersDTOQRExtendedParametersDTO

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.