| Package | Description |
|---|---|
| com.aspose.ocr |
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRecognitionSettings.setLanguage(Language language) |
void |
RecognitionSettings.setLanguage(Language language) |
| Constructor and Description |
|---|
DocumentRecognitionSettings(int startPage,
int pagesNumber,
Language language,
boolean detectAreas,
boolean autoSkew,
int threshold)
Initializes a new instance of the @see #DocumentRecognitionSettings class with full set of properties.
|
Copyright © 2021 Aspose. All rights reserved.