←Select platform

Language1 Property

Summary
Gets or sets the first language which the recognized word belongs to.
Syntax
C#
VB
C++
Java
public string Language1 { get; set; } 
Public Property Language1 As String 
public String getLanguage1() 
public void setLanguage1(String value) 
public: 
property String^ Language1 { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String that specifies the first language which the recognized word belongs to. Default value is null.

Remarks

Language1 contains the language which the recognized word belongs to. When the recognized word cannot be associated with any language, the value of Language1 will be null. If the recognized word can also be found in another language dictionary, then both Language2 will contain the second language name.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.