Resource Base
Table of contents

CoreModule

The CoreModule class defines general functions of the core module.

Definition

Namespace: com.dynamsoft.core.basic_structures

Assembly: DynamsoftCore.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(int logMode);

Parameters

logMode: One of the EnumLogMode value.

disableLogging

Disable the output of logs.

static void disableLogging();

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +