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

Stores a DataBar additional information of recognized barcode. More...

Inherits _MwWrapper.

Public Member Functions

bool __eq__ (self, DataBarExtendedParameters other)
 Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. More...
 
int __hash__ (self)
 Returns the hash code for the current instance. More...
 
str __str__ (self)
 Returns a human-readable string representation of this DataBarExtendedParameters. More...
 
bool is_2d_composite_component (self)
 

Detailed Description

Stores a DataBar additional information of recognized barcode.

reader = BarCodeReader(image_path_databar_omni, DecodeType.DATABAR_OMNI_DIRECTIONAL)
for result in reader.read_barcodes():
print(f"\nBarCode Type: {result.code_type_name}")
print(f"BarCode CodeText: {result.code_text}")
print(f"QR Structured Append Quantity: {result.extended.qr.structured_append_mode_barcodes_quantity}")

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
DataBarExtendedParameters  other 
)

Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters 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 DataBarExtendedParameters.

Returns
: A string that represents this DataBarExtendedParameters.

◆ is_2d_composite_component()

bool is_2d_composite_component (   self)