AIResult

AIResult class

Represents the transformed and processed result of text recognition.

public class AIResult

Constructors

NameDescription
AIResult()The default constructor.

Properties

NameDescription
FileName { get; set; }Gets or sets the name of the image whose recognition result was additionally processed by the LLM model.
RecognitionText { get; set; }Gets or sets the transformed and processed result of text recognition.

See Also