aspose.words.ai module
Contents
[
Hide
]The Aspose.Words.AI namespace enables seamless integration with large language models (LLMs), such as OpenAI and Gemini, providing robust support for AI-powered document processing.
Classes within this namespace allow to leverage advanced AI capabilities to perform tasks like summarizing, translating, and analyzing content of documents loaded into Aspose.Words.
This functionality extends the power of document automation, facilitating efficient, high-quality text transformations that support a wide range of use cases.
Classes
Class | Description |
---|---|
AiModel | Represents information about a Generative Language Model. |
GoogleAiModel | An abstract class representing the integration with Google’s AI models within the Aspose.Words. |
IAiModelText | The common interface for AI models designed to generate a variety of text-based content. |
OpenAiModel | An abstract class representing the integration with OpenAI’s large language models within the Aspose.Words. |
SummarizeOptions | Allows to specify various options for summarizing document content. |
Enumerations
Enumeration | Description |
---|---|
AiModelType | Represents the types of AiModel that can be integrated into the document processing workflow. |
SummaryLength | Enumerates possible lengths of summary. |