AIResult

AIResult class

Represents an AI-processed recognition result.

The AIResult type exposes the following members:

Constructors

NameDescription
AIResult()Initializes a new instance of the AIResult class

Properties

NameDescription
resultGets or sets the AI-processed result.
The value may contain plain text or structured data in JSON format,
depending on the applied AI processor.
file_nameGets or sets the name of the source image file.

See Also