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 ( array<String^>^ value); } |
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).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". 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".Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7