Leadtools.Forms.Ocr Namespace > OcrCharacter Structure : Language1 Property |
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;}
@property (nonatomic, copy) NSString* language1;
public String getLanguage1() public void setLanguage1(String value)
get_Language1();
set_Language1(value);
Object.defineProperty('Language1');
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