LanguageDetectionOutput
Inheritance: java.lang.Object
public class LanguageDetectionOutput
Languages detected in the image text.
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. |
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.