OneDExtendedParameters
OneDExtendedParameters class
Module: aspose_barcode.recognition.one_d_extended_parameters
Stores special data of 1D recognized barcode like separate codetext and checksum. This sample shows how to get 1D barcode value and checksum
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 OneDExtendedParameters value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this OneDExtendedParameters. |
| checksum | Optional[str] | No | |
| is_empty | bool | No | |
| value | Optional[str] | No |