Chinese Simplified (简体中文)

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

PredefinedLanguage

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.