14#ifndef RECOGNIZERAPIUTILS_H_
15#define RECOGNIZERAPIUTILS_H_
24# include <TargetConditionals.h>
47#if defined( __DOXYGEN__ ) || ( !defined( __ANDROID__ ) && !( defined( __APPLE__ ) && TARGET_OS_IPHONE ) )
71#if defined( __ANDROID__ ) || defined( __DOXYGEN__ )
MB_API char const *MB_CALL recognizerAPIGetVersionString()
Returns the library version string.
MB_API void MB_CALL recognizerAPIInitializeAndroidApplication(JNIEnv *env, jobject applicationContext)
Sets the JNI application context to the SDK. This is required in order for SDK to be able to load res...
MB_API MBRecognizerErrorStatus MB_CALL recognizerAPISetResourcesLocation(char const *resourcePath)
Sets the location where required resources will be loaded from. If not set, "res" folder within curre...
MB_API MBRecognizerErrorStatus MB_CALL recognizerAPISetCacheLocation(char const *cacheFolder)
Sets the location where cache files will be stored on desktop platforms. The given folder may or may ...
MBRecognizerErrorStatus
Enumeration of all possible error statuses.
Definition: RecognizerError.h:28