Leadtools.Services.Forms.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Languages Property
See Also 
Leadtools.Services.Forms.DataContracts Namespace > RecognizeRequest Class : Languages Property



Gets or sets the language environment of the character sets used by the Recognize

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute("Languages")>
Public Property Languages As String()
Visual Basic (Usage)Copy Code
Dim instance As RecognizeRequest
Dim value() As String
 
instance.Languages = value
 
value = instance.Languages
C# 
[DataMemberAttribute("Languages")]
public string[] Languages {get; set;}
C++/CLI 
[DataMemberAttribute("Languages")]
public:
property array<String^>^ Languages {
   array<String^>^ get();
   void set (String^array<value>^ value);
}

Return Value

An array of String objects containing the name of the languages to be enabled inside the language environment of the character sets used by the Recognize.

Remarks

This property is used to define the main part of the language environment of the character sets used by the Recognize.

The language values used throughout the LEADTOOLS OCR toolkit is a string value based on RFC 4646 (Windows Vista and later). The name could be an ISO 639 two-letter lowercase culture code associated with a language or a combination of ISO 630 and ISO 3166 two-letter uppercase subculture code associated with a country or region.

The language environment defines the character set(s) recognized by the OCR engine. For example, if you enable the English and German languages, the German characters (ä, Ä, é, ö, Ö, ü, Ü, ß) will be combined with the English characters to define the set recognized by the engine.

The supported languages for each engine are : Professional : "en", "de", "fr", "nl", "no", "sv", "fi", "da", "is", "pt", "es", "ca", "gl", "it", "el", "pl", "cs", "sk", "hu", "sl", "hr", "ro", "sq", "tr", "et", "lv", "lt", "sr", "sr-Cyrl-CS", "mk", "bg", "be", "uk", "ru", "af", "eu", "pt-BR", "fo", "id", "ja", "zh-Hans", "zh-Hant", "ko". Plus : "en", "de", "fr", "nl", "no", "sv", "fi", "da", "is", "pt", "es", "ca", "gl", "it", "el", "pl", "cs", "sk", "hu", "sl", "hr", "ro", "sq", "tr", "et", "lv", "lt", "sr", "sr-Cyrl-CS", "mk", "bg", "be", "uk", "ru", "af", "eu", "pt-BR", "fo", "id" Advantage: "en", "de", "fr", "nl", "pt", "es", "it", "vi".

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: Imaging Pro/Document/Medical Features