Class LanguageDetectionOutput

Class LanguageDetectionOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.3.0)

Languages detected in the image text.

public class LanguageDetectionOutput

Inheritance

objectLanguageDetectionOutput

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

LanguageDetectionOutput()

public LanguageDetectionOutput()

Properties

Languages

A ranked list of languages detected in the image text, ordered by likelihood.

public List<keyvaluepair<language, float="">&gt; Languages { get; set; }

Property Value

List<KeyValuePair<Language, float&gt;&gt;

Page

Page number.

public int Page { get; set; }

Property Value

int

Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

public string Source { get; set; }

Property Value

string </keyvaluepair<language,>