SlidesAIAgent
Contents
[
Hide
]SlidesAIAgent class
Provides AI-powered features for processing presentations.
public class SlidesAIAgent
Constructors
| Name | Description |
|---|---|
| SlidesAIAgent(IAIWebClient) | SlidesAIAgent constructor |
Methods
| Name | Description |
|---|---|
| GeneratePresentation(string, PresentationContentAmountType) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
| GeneratePresentation(string, PresentationContentAmountType, IPresentation) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
| GeneratePresentationAsync(string, PresentationContentAmountType) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
| GeneratePresentationAsync(string, PresentationContentAmountType, IPresentation) | Generates a presentation instance from a text description. Provide a topic, ideas, quotes, or text snippets in the required language. |
| Translate(IPresentation, string) | Translates a presentation to the specified language using AI (synchronous version). |
| TranslateAsync(IPresentation, string) | Translates a presentation to the specified language using AI. |
See Also
- namespace Aspose.Slides.AI
- assembly Aspose.Slides