iDRS™ SDK 16
Loading...
Searching...
No Matches
CLngUtils_interface.h
Go to the documentation of this file.
1
7#ifndef CLNGUTILS_INTERFACE_H
8
9#define CLNGUTILS_INTERFACE_H
10
11#include "CIDRS_interface.h"
13
14#include "idrs_common.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
33IDRS_BOOL CLngUtils_TestCompatibility(enum Language const lMainLng, enum Language const lSecLng, idrs_exception *pargException);
34
45IDRS_BOOL CLngUtils_TestCompatibility2(const LanguageArray argLanguages, idrs_exception *pargException);
46
54idrs_string CLngUtils_ComputeCharset(enum Language const lLanguage, idrs_exception *pargException);
55
63idrs_string CLngUtils_ComputeCharset2(const LanguageArray xLanguages, idrs_exception *pargException);
64
71LanguageArray CLngUtils_GetLanguageDetectionSupportedLanguages(idrs_exception *pargException);
72
73#ifdef __cplusplus
74}
75#endif /* __cplusplus */
76
77#endif /* CLNGUTILS_INTERFACE_H */
Interface for ArrayDefinitions wrapper.
Interface for CIDRS wrapper.
idrs_string CLngUtils_ComputeCharset2(const LanguageArray xLanguages, idrs_exception *pargException)
ComputeCharset computes the character set for the supplied LanguageArray object.
idrs_string CLngUtils_ComputeCharset(enum Language const lLanguage, idrs_exception *pargException)
ComputeCharset computes the character set for the given language.
IDRS_BOOL CLngUtils_TestCompatibility2(const LanguageArray argLanguages, idrs_exception *pargException)
TestCompatibility tests if the given languages can be mixed inside the same OCR context.
IDRS_BOOL CLngUtils_TestCompatibility(enum Language const lMainLng, enum Language const lSecLng, idrs_exception *pargException)
TestCompatibility tests if two languages are compatible for an OCR context.
LanguageArray CLngUtils_GetLanguageDetectionSupportedLanguages(idrs_exception *pargException)
GetLanguageDetectionSupportedLanguages retrieves the list of languages supported by language detectio...
Class that handles a string of characters.
Language
The Language data type defines a language identifier.
Definition Language_interface.h:25
IDRS_INT IDRS_BOOL
A Boolean value.
Definition idrsstd_interface.h:37