Class AICopilotFactory
AICopilotFactory class
Factory class for creating different types of copilots.
public static class AICopilotFactory
Methods
Name | Description |
---|---|
static CreateChatCopilot<TOptions>(IChatClient<TOptions>, IChatCopilotOptions<TOptions>) | Creates a chat copilot based on the client and options. |
static CreateImageDescriptionCopilot<TOptions>(IImageDescriptionClient<TOptions>, IImageDescriptionCopilotOptions<TOptions>) | Creates an image description copilot based on the client and options. |
static CreateOcrCopilot<TOptions>(IOcrClient<TOptions>, IOcrCopilotOptions<TOptions>) | Creates an OCR copilot based on the client and options. |
static CreateSummaryCopilot<TOptions>(ISummaryClient<TOptions>, ISummaryCopilotOptions<TOptions>) | Creates a summary copilot based on the client and options. |
See Also
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF