Find Method of the PredefinedLanguages Object
This method finds a predefined language in the collection by the internal name of the language.
Syntax
C++
HRESULT Find( BSTR InternalName, IPredefinedLanguage** Result );
C#
IPredefinedLanguage Find( string InternalName );
Visual Basic .NET
Function Find(InternalName As String) As IPredefinedLanguage
Parameters
- InternalName
- [in] This variable specifies the internal name of the predefined language. See the List of ABBYY FineReader Engine predefined languages.
- Result
- [out, retval] A pointer to IPredefinedLanguage* pointer variable that receives the interface pointer of the PredefinedLanguage object with the specified internal name. The method returns null, if there is no language with the specified name.
Return values
The method returns the standard return values of ABBYY FineReader Engine functions.
Remarks
Availability of this or that predefined language depends on the availability of the corresponding module in the set of distributed components of ABBYY FineReader Engine. See ABBYY FineReader Engine 12 Modules for details.
See also
9/17/2024 3:14:41 PM