7#ifndef CLNGUTILS_INTERFACE_H
9#define 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