Aspose.Barcode for Python via Java Generation and Recognition API docs
AztecExtendedParameters Class Reference

Stores special data of Aztec recognized barcode. More...

Inherits _MwWrapper.

Public Member Functions

def __init__ (self, _java_class)
 
bool __eq__ (self, AztecExtendedParameters other)
 Returns a value indicating whether this instance is equal to a specified. More...
 
int __hash__ (self)
 Returns the hash code for the current instance. More...
 
str __str__ (self)
 Returns a human-readable string representation of this. More...
 
bool is_reader_initialization (self)
 
int structured_append_barcode_id (self)
 
int structured_append_barcodes_count (self)
 
Optional[str] structured_append_file_id (self)
 

Detailed Description

Stores special data of Aztec recognized barcode.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
AztecExtendedParameters  other 
)

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

AztecExtendedParameters

value.

Parameters
objAn System.Object value to compare to this instance.
Returns
true if obj has the same value as this instance; otherwise, false.

◆ __hash__()

int __hash__ (   self)

Returns the hash code for the current instance.

Returns
A hash code for the current object.

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this.

AztecExtendedParameters

.

Returns
A string that represents this
AztecExtendedParameters
.

◆ is_reader_initialization()

bool is_reader_initialization (   self)

◆ structured_append_barcode_id()

int structured_append_barcode_id (   self)

◆ structured_append_barcodes_count()

int structured_append_barcodes_count (   self)

◆ structured_append_file_id()

Optional[str] structured_append_file_id (   self)