GS1CompositeBarExtendedParameters
Contents
[
Hide
]GS1CompositeBarExtendedParameters class
Module: aspose_barcode.recognition.gs_1_composite_bar_extended_parameters
Stores additional information for GS1 Composite Bar recognized barcodes.
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. . |
| one_d_code_text | Optional[str] | No | |
| one_d_type | DecodeType | No | |
| two_d_code_text | Optional[str] | No | |
| two_d_type | DecodeType | No |
GS1CompositeBarExtendedParameters Constructor
__init__(self, _java_class) -> def
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
GS1CompositeBarExtendedParameters.eq
__eq__(self, GS1CompositeBarExtendedParameters other) -> bool
Returns a value indicating whether this instance is equal to a specified. value.
| Parameter | Type | Description |
|---|---|---|
other | GS1CompositeBarExtendedParameters |
Return Type: bool — True if obj has the same value as this instance; otherwise False.
GS1CompositeBarExtendedParameters.hash
__hash__(self) -> int
Returns the hash code for the current instance.
Return Type: int — A hash code for the current object.
GS1CompositeBarExtendedParameters.str
__str__(self) -> str
Returns a human-readable string representation of this. .
Return Type: str — A string that represents this GS1CompositeBarExtendedParameters.
GS1CompositeBarExtendedParameters.one_d_code_text
one_d_code_text(self) -> Optional[str]
Return Type: Optional[str]
GS1CompositeBarExtendedParameters.one_d_type
one_d_type(self) -> DecodeType
Return Type: DecodeType
GS1CompositeBarExtendedParameters.two_d_code_text
two_d_code_text(self) -> Optional[str]
Return Type: Optional[str]
GS1CompositeBarExtendedParameters.two_d_type
two_d_type(self) -> DecodeType
Return Type: DecodeType