BarcodeReaderModule
The BarcodeReaderModule
class defines general functions in the barcode reader module.
Definition
Module: dynamsoft_barcode_reader
class BarcodeReaderModule(object)
Methods
Method | Description |
---|---|
get_version | Returns the version of the barcode reader module. |
get_version
Returns the version of the barcode reader module.
@staticmethod
def get_version() -> str:
Parameters
None.
Return Value
Returns a string representing the version of the barcode reader module.