AztecExtendedParameters
Contents
[
Hide
]AztecExtendedParameters class
Module: aspose_barcode.recognition.aztec_extended_parameters
Stores special data of Aztec recognized barcode.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified. value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this. . |
| is_reader_initialization | bool | No | |
| structured_append_barcode_id | int | No | |
| structured_append_barcodes_count | int | No | |
| structured_append_file_id | Optional[str] | No |
AztecExtendedParameters Constructor
__init__(self, _java_class) -> def
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
AztecExtendedParameters.eq
__eq__(self, AztecExtendedParameters other) -> bool
Returns a value indicating whether this instance is equal to a specified. value.
| Parameter | Type | Description |
|---|---|---|
other | AztecExtendedParameters |
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]