AIResult
AIResult class
Represents an AI-processed recognition result.
public class AIResult
Constructors
| Name | Description |
|---|---|
| AIResult() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.OCR.AI
- assembly Aspose.OCR