Interface IDocumentManager
Base interface for all document managers. A manager is an in-memory container where documents are stored and managed during processing.
Namespace: Syncfusion.AI.AgentTools.Core
Assembly: Syncfusion.DocumentSDK.AI.AgentTools.dll
Syntax
public interface IDocumentManager
Properties
DocumentType
Gets the document type handled by this manager.
Declaration
DocumentType DocumentType { get; }
Property Value
| Type |
|---|
| DocumentType |