CoreModule
The CoreModule class defines general functions of the core module.
Definition
Namespace: com.dynamsoft.core.basic_structures
Assembly: DynamsoftCaptureVisionBundle.aar
class CoreModule
Methods
| Method | Description |
|---|---|
getVersion |
Get the version of the DynamsoftCore module. |
enableLogging |
Enable the output of logs. |
disableLogging |
Disable the output of logs. |
getVersion
Get the version of the DynamsoftCore module.
static String getVersion();
Return Value
The version of the DynamsoftCore module.
enableLogging
Enable the output of logs.
static void enableLogging(Context context, @EnumLogMode int logMode);
Parameters
logMode: One of the EnumLogMode value.
disableLogging
Disable the output of logs.
static void disableLogging();