Class AIResult

Class AIResult

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

Represents an AI-processed recognition result.

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 source image file.

public string FileName { get; set; }

Property Value

string

Result

Gets or sets the AI-processed result. The value may contain plain text or structured data in JSON format, depending on the applied AI processor.

public string Result { get; set; }

Property Value

string