ClassAIProcessorBase
Class
Abstract base for AI processors that run Q&A and summarization over document text (such as PDF), providing shared configuration and an IDisposable lifecycle for derived processors.
Definition
Namespace:Telerik.Windows.Documents.AIConnector
Assembly:Telerik.Windows.Documents.AIConnector.dll
Syntax:
cs-api-definition
public abstract class AIProcessorBase : IDisposable
Inheritance: objectAIProcessorBase
Derived Classes:
Implements:
Methods
Dispose()
Releases resources held by the processor, including the underlying chat client.
Declaration
cs-api-definition
public virtual void Dispose()
Implements