AIResult

AIResult class

Represents an AI-processed recognition result.

public class AIResult

Constructors

NameDescription
AIResult()The default constructor.

Properties

NameDescription
FileName { get; set; }Gets or sets the name of the source image file.
Result { get; set; }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.

See Also