LanguageDetectionOutput

Inheritance: java.lang.Object

public class LanguageDetectionOutput

Languages detected in the image text.

Fields

FieldDescription
languagesA ranked list of languages detected in the image text, ordered by likelihood.
pagePage number.
sourceThe 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.