UtilityModule
The UtilityModule
class defines general functions in the utility module.
Definition
Module: dynamsoft_utility
class UtilityModule(object)
Methods
Method | Description |
---|---|
get_version | Returns the version of the utility module. |
get_version
Returns the version of the utility module.
@staticmethod
def get_version() -> str:
Return Value
Returns a string representing the version of the utility module.