LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Language2 Property

Show in webframe







Gets or sets the second language which the recognized word belongs to.
Syntax
public string Language2 {get; set;}
'Declaration
 
Public Property Language2 As String
'Usage
 
Dim instance As OcrCharacter
Dim value As String
 
instance.Language2 = value
 
value = instance.Language2
public string Language2 {get; set;}
@property (nonatomic, copy) NSString* language2;
public String getLanguage2()
public void setLanguage2(String value)
            
 
get_Language2();
set_Language2(value);
Object.defineProperty('Language2');
public:
property String^ Language2 {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String that specifies the second 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

See Also

Reference

OcrCharacter Structure
OcrCharacter Members
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Language2 requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features