Class AIResult

Class AIResult

Namespace: Aspose.OCR.AI
Assembly: Aspose.OCR.dll (25.8.0)

Represents the transformed and processed result of text recognition.

public class AIResult

Inheritance

object AIResult

Inherited Members

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

Constructors

AIResult()

public AIResult()

Properties

FileName

Gets or sets the name of the image whose recognition result was additionally processed by the LLM model.

public string FileName { get; set; }

Property Value

string

RecognitionText

Gets or sets the transformed and processed result of text recognition.

public string RecognitionText { get; set; }

Property Value

string