com.aspose.ocr.core.publicapi
Class Language

java.lang.Object
  extended by com.aspose.ocr.core.publicapi.Language

public class Language
extends Object

This is factory for creating objects of type ILanguage. It has a static method for creating objects.


Constructor Summary
Language()
           
 
Method Summary
static ILanguage load(String languageName)
          Creates instance of ILanguage from name of language.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Language

public Language()
Method Detail

load

public static ILanguage load(String languageName)
Creates instance of ILanguage from name of language. This will raise exception if files for that language not exists in specified directory.



Copyright © 2011 Aspose. All Rights Reserved.