Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
ILanguage[] |
LanguageContainer.getLanguages()
Array of all the languages loaded into the language container
|
static ILanguage |
LanguageFactory.load(InputStream stream)
Creates instance of
ILanguage from a stream. |
static ILanguage |
LanguageFactory.load(String path)
Creates instance of
ILanguage using specified resources file. |
Modifier and Type | Method and Description |
---|---|
void |
LanguageContainer.addLanguage(ILanguage language)
Adds a language to language container.
|
void |
LanguageContainer.addLanguages(ILanguage[] languages)
Adds a range of languages to the language container
|
void |
LanguageContainer.removeLanguage(ILanguage language)
Removes specified language from the container
|
void |
LanguageContainer.removeLanguages(ILanguage[] languages)
Removes a range of languages from the container
|
Copyright © 2017. All Rights Reserved.