CreateTextLanguage Method of the LanguageDatabase Object
This method creates the TextLanguage object. The newly created object has default values, or, if a profile has been previously loaded, the values set by this profile are used.
Syntax
HRESULT CreateTextLanguage( ITextLanguage** Result );
Parameters
- Result
- [out, retval] A pointer to the ITextLanguage* pointer variable that receives the interface pointer of the TextLanguage object. *Result should not be NULL. *Result is guaranteed to be non-NULL after successful method call.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25