Leadtools.Services.Forms.DataContracts Namespace > RecognizeRequest Class : Languages Property |
[DataMemberAttribute("Languages")] public string[] Languages {get; set;}
'Declaration <DataMemberAttribute("Languages")> Public Property Languages As String()
'Usage Dim instance As RecognizeRequest Dim value() As String instance.Languages = value value = instance.Languages
[DataMemberAttribute("Languages")] public: property array<String^>^ Languages { array<String^>^ get(); void set ( array<String^>^ value); }
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".