LanguageDetectionOutput
Contents
[
Hide
]Inheritance: java.lang.Object
public class LanguageDetectionOutput
Languages detected in the image text.
Constructors
Constructor | Description |
---|---|
LanguageDetectionOutput(String _source, List<Map.Entry<Language,Float» _languages, int _page) |
Fields
Field | Description |
---|---|
languages | A ranked list of languages detected in the image text, ordered by likelihood. |
page | Page number. |
source | The full path to the file or URL, if any. |
LanguageDetectionOutput(String _source, List<Map.Entry<Language,Float» _languages, int _page)
public LanguageDetectionOutput(String _source, List<Map.Entry<Language,Float>> _languages, int _page)
Parameters:
Parameter | Type | Description |
---|---|---|
_source | java.lang.String | |
_languages | java.util.List<java.util.Map.Entry<com.aspose.ocr.models.Language,java.lang.Float» | |
_page | int |
languages
public List<Map.Entry<Language,Float>> languages
A ranked list of languages detected in the image text, ordered by likelihood.
page
public int page
Page number.
source
public String source
The full path to the file or URL, if any. Empty for streams, byte arrays, base64.