LanguageDetectionOutput

LanguageDetectionOutput class

Languages detected in the image text.

public class LanguageDetectionOutput

Constructors

NameDescription
LanguageDetectionOutput()The default constructor.

Properties

NameDescription
languages { get; }A ranked list of languages detected in the image text, ordered by likelihood.
Page { get; set; }Page number.
Source { get; set; }The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

See Also