Leadtools.Forms.Ocr Namespace > OcrCharacter Structure : Language2 Property |
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');
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.
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