QRExtendedParameters

QRExtendedParameters class

Module: aspose_barcode.recognition.qr_extended_parameters

Stores a QR Structured Append information of recognized barcode. This sample shows how to get QR Structured Append data

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified QRExtendedParameters value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this QRExtendedParameters.
error_levelintNo
is_emptyboolNo
micro_qr_versionintNo
qr_error_levelintNo
qr_structured_append_mode_barcode_indexintNo
qr_structured_append_mode_barcodes_quantityintNo
qr_structured_append_mode_parity_dataintNo
qr_versionintNo
rect_micro_qr_versionintNo
structured_append_mode_barcode_indexintNo
structured_append_mode_barcodes_quantityintNo
structured_append_mode_parity_dataintNo
versionintNo

QRExtendedParameters Constructor

__init__(self, _java_class) -> def
ParameterTypeDescription
_java_class``

QRExtendedParameters.eq

__eq__(self, QRExtendedParameters other) -> bool

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

ParameterTypeDescription
otherQRExtendedParameters

Return Type: bool — True if obj has the same value as this instance otherwise False.

QRExtendedParameters.hash

__hash__(self) -> int

Returns the hash code for the current instance.

Return Type: int — A hash code for the current object.

QRExtendedParameters.str

__str__(self) -> str

Returns a human-readable string representation of this QRExtendedParameters.

Return Type: str — A string that represents this QRExtendedParameters.

QRExtendedParameters.error_level

error_level(self) -> int

Return Type: int

QRExtendedParameters.is_empty

is_empty(self) -> bool

Return Type: bool

QRExtendedParameters.micro_qr_version

micro_qr_version(self) -> int

Return Type: int

QRExtendedParameters.qr_error_level

qr_error_level(self) -> int

Return Type: int

QRExtendedParameters.qr_structured_append_mode_barcode_index

qr_structured_append_mode_barcode_index(self) -> int

Return Type: int

QRExtendedParameters.qr_structured_append_mode_barcodes_quantity

qr_structured_append_mode_barcodes_quantity(self) -> int

Return Type: int

QRExtendedParameters.qr_structured_append_mode_parity_data

qr_structured_append_mode_parity_data(self) -> int

Return Type: int

QRExtendedParameters.qr_version

qr_version(self) -> int

Return Type: int

QRExtendedParameters.rect_micro_qr_version

rect_micro_qr_version(self) -> int

Return Type: int

QRExtendedParameters.structured_append_mode_barcode_index

structured_append_mode_barcode_index(self) -> int

Return Type: int

QRExtendedParameters.structured_append_mode_barcodes_quantity

structured_append_mode_barcodes_quantity(self) -> int

Return Type: int

QRExtendedParameters.structured_append_mode_parity_data

structured_append_mode_parity_data(self) -> int

Return Type: int

QRExtendedParameters.version

version(self) -> int

Return Type: int