Gets or sets the second language which the recognized word belongs to.
public string Language2 { get; set; }
Public Property Language2 As String
public string Language2 {get; set;}
public String getLanguage2()
public void setLanguage2(String value)
<br/>get_Language2();<br/>set_Language2(value);<br/>Object.defineProperty('Language2');
A String that specifies the second language which the recognized word belongs to. Default value is null.
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.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET