DataBarExtendedParameters

DataBarExtendedParameters class

Module: aspose_barcode.recognition.databar_extended_parameters

Stores a DataBar additional information of recognized barcode.

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this DataBarExtendedParameters.
is_2d_composite_componentboolNo

DataBarExtendedParameters.eq

__eq__(self, DataBarExtendedParameters other) -> bool

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

ParameterTypeDescription
otherDataBarExtendedParameters

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

DataBarExtendedParameters.hash

__hash__(self) -> int

Returns the hash code for the current instance.

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

DataBarExtendedParameters.str

__str__(self) -> str

Returns a human-readable string representation of this DataBarExtendedParameters.

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

DataBarExtendedParameters.is_2d_composite_component

is_2d_composite_component(self) -> bool

Return Type: bool