| Package | Description |
|---|---|
| com.aspose.ocr | |
| com.aspose.ocr.models |
| Modifier and Type | Field and Description |
|---|---|
protected Language |
CarPlateRecognitionSettings.language |
protected Language |
ReceiptRecognitionSettings.language |
Language |
RecognitionResult.language
The language of the recognized text in the image.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CharacterRecognitionResult> |
AsposeOCR.RecognizeCharacters(OcrInput input,
DetectAreasMode detectAreasMode,
Language language)
Detects symbols on images.
|
void |
CarPlateRecognitionSettings.setLanguage(Language language) |
void |
ReceiptRecognitionSettings.setLanguage(Language language) |
void |
RecognitionSettings.setLanguage(Language language) |
| Modifier and Type | Field and Description |
|---|---|
Language |
RecognizeDataModelLine.language |
| Modifier and Type | Field and Description |
|---|---|
List<Map.Entry<Language,Float>> |
LanguageDetectionOutput.languages
A ranked list of languages detected in the image text, ordered by likelihood.
|
| 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.
|
| Constructor and Description |
|---|
LanguageDetectionOutput(String _source,
List<Map.Entry<Language,Float>> _languages,
int _page) |
Copyright © 2025 Aspose. All rights reserved.