Class
AIProcessorBase

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: CompleteContextQuestionProcessorPartialContextQuestionProcessorSummarizationProcessor

Implements: IDisposable

Methods

Dispose()

Releases resources held by the processor, including the underlying chat client.

Declaration

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()

In this article
DefinitionMethodsDispose()
Not finding the help you need?
Contact Support