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 | Class representing Google AI Models (Gemini) integration within Aspose.Words. |
| OpenAiModel | Class representing OpenAi models integration within Aspose.Words. |
| SummarizeOptions | Allows to specify various options for summarizing document 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. |