DataBarExtendedParameters
Contents
[
Hide
]DataBarExtendedParameters class
Module: aspose_barcode.recognition.databar_extended_parameters
Stores a DataBar additional information of recognized barcode.
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this DataBarExtendedParameters. |
| is_2d_composite_component | bool | No |
DataBarExtendedParameters.eq
__eq__(self, DataBarExtendedParameters other) -> bool
Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value.
| Parameter | Type | Description |
|---|---|---|
other | DataBarExtendedParameters |
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