AztecExtendedParameters

AztecExtendedParameters class

Module: aspose_barcode.recognition.aztec_extended_parameters

Stores special data of Aztec recognized barcode.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified. value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this. .
is_reader_initializationboolNo
structured_append_barcode_idintNo
structured_append_barcodes_countintNo
structured_append_file_idOptional[str]No

AztecExtendedParameters Constructor

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

AztecExtendedParameters.eq

__eq__(self, AztecExtendedParameters other) -> bool

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

ParameterTypeDescription
otherAztecExtendedParameters

Return Type: bool — true if obj has the same value as this instance; otherwise, false.

AztecExtendedParameters.hash

__hash__(self) -> int

Returns the hash code for the current instance.

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

AztecExtendedParameters.str

__str__(self) -> str

Returns a human-readable string representation of this. .

Return Type: str — A string that represents thisAztecExtendedParameters .

AztecExtendedParameters.is_reader_initialization

is_reader_initialization(self) -> bool

Return Type: bool

AztecExtendedParameters.structured_append_barcode_id

structured_append_barcode_id(self) -> int

Return Type: int

AztecExtendedParameters.structured_append_barcodes_count

structured_append_barcodes_count(self) -> int

Return Type: int

AztecExtendedParameters.structured_append_file_id

structured_append_file_id(self) -> Optional[str]

Return Type: Optional[str]