AsSimpleLanguage Method of the Language Object
This method returns the language as the SimpleLanguage object. If the language is not a simple language, NULL is returned.
Syntax
Visual Basic .NET
Function AsSimpleLanguage() As SimpleLanguage
C++
HRESULT AsSimpleLanguage( ISimpleLanguage** result );
Parameters
- result
- [out, retval] A pointer to the ISimpleLanguage* pointer variable that receives the interface pointer to the returned SimpleLanguage object.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM