LanguageDetectionOutput

LanguageDetectionOutput class

Languages detected in the image text.

The LanguageDetectionOutput type exposes the following members:

Constructors

NameDescription
LanguageDetectionOutput()Initializes a new instance of the LanguageDetectionOutput class

Properties

NameDescription
sourceThe full path to the file or URL, if any. Empty for streams, byte arrays, base64.
pagePage number.
languagesA ranked list of languages detected in the image text, ordered by likelihood.

See Also