Aspose::Words::AI namespace
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
| Class | Description |
|---|---|
| AiModel | An abstract class representing the integration with various AI models within the Aspose.Words. |
| AnthropicAiModel | An abstract class representing the integration with Anthropic’s AI models within the Aspose.Words. |
| CheckGrammarOptions | Allows to specify various options while checking grammar of a document using AI. |
| GoogleAiModel | An abstract class representing the integration with Google’s AI models within the Aspose.Words. |
| 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. |
Interfaces
| Interface | Description |
|---|---|
| IAiModelText | The common interface for AI models designed to generate a variety of text-based content. |
Enums
| Enum | Description |
|---|---|
| AiModelType | Represents the types of AiModel that can be integrated into the document processing workflow. |
| Language | Specifies the language into which the text will be translated using AI. |
| SummaryLength | Enumerates possible lengths of summary. |