Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
ILanguage |
LanguageContainer.get_Item(int index)
Gets language by index.
|
ILanguage |
LanguageContainer.getLanguage(java.lang.String language)
Gets the language from the collection.
|
static ILanguage |
Language.load(java.lang.String languageName)
Creates instance of
ILanguage from name of language. |
Modifier and Type | Method and Description |
---|---|
void |
LanguageContainer.addLanguage(ILanguage language)
Adds to the collection recognition language.
|
void |
LanguageContainer.set_Item(int index,
ILanguage value)
Sets language by index.
|