Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Language1 Property








Gets or sets the first language which the recognized word belongs to.
Syntax
public string Language1 {get; set;}
'Declaration
 
Public Property Language1 As String
'Usage
 
Dim instance As OcrCharacter
Dim value As String
 
instance.Language1 = value
 
value = instance.Language1
public string Language1 {get; set;}
public String getLanguage1()
public void setLanguage1(String value)
            
 <br/>get_Language1();<br/>set_Language1(value);<br/>Object.defineProperty('Language1'); 
public:
property String^ Language1 {
   String^ get();
   void set (    String^ value);
}

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

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

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features