←Select platform

Languages Property

Summary

Gets or sets the language environment of the character sets used by the Leadtools.Services.Forms.ServiceContracts.IOcrService.Recognize(leadtools.services.forms.datacontracts.recognizerequest)

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Languages", IsRequired=false)] 
public string[] Languages { get; set; } 
  
<DataMemberAttribute("Languages")> 
Public Property Languages As String() 
[DataMemberAttribute("Languages")] 
public: 
property array<String^>^ Languages { 
   array<String^>^ get(); 
   void set (    array<String^>^ ); 
} 

Property Value

An array of System.String objects containing the name of the languages to be enabled inside the language environment of the character sets used by the Leadtools.Services.Forms.ServiceContracts.IOcrService.Recognize(leadtools.services.forms.datacontracts.recognizerequest).

Remarks

This property is used to define the main part of the language environment of the character sets used by the Leadtools.Services.Forms.ServiceContracts.IOcrService.Recognize(leadtools.services.forms.datacontracts.recognizerequest).

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". Advantage: "en", "de", "fr", "nl", "pt", "es", "it", "vi".

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.