GS1CompositeBarExtendedParameters

GS1CompositeBarExtendedParameters class

Module: aspose_barcode.recognition.gs_1_composite_bar_extended_parameters

Stores additional information for GS1 Composite Bar recognized barcodes.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified. value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this. .
one_d_code_textOptional[str]No
one_d_typeDecodeTypeNo
two_d_code_textOptional[str]No
two_d_typeDecodeTypeNo

GS1CompositeBarExtendedParameters Constructor

__init__(self, _java_class) -> def
ParameterTypeDescription
_java_class``

GS1CompositeBarExtendedParameters.eq

__eq__(self, GS1CompositeBarExtendedParameters other) -> bool

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

ParameterTypeDescription
otherGS1CompositeBarExtendedParameters

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