AddRecognitionLanguage Method of the Country Object
This method adds a recognition language to the country configuration. If this language is new for the current invoice document, it is also added at the end of the InvoiceLanguages collection as a new InvoiceLanguage.
Note: A language should be added only once. Adding a language that is already added causes an error.
Syntax
Visual Basic .NET
Function AddRecognitionLanguage(LanguageName As String)
C++
HRESULT AddRecognitionLanguage( BSTR LanguageName );
Parameters
- LanguageName
- [in] One of the predefined internal language names. See Predefined Languages in ABBYY FlexiCapture SDK.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30