SlidesAIAgent
Inheritance: java.lang.Object
public class SlidesAIAgent
Provides AI-powered features for processing presentations.
Constructors
Constructor | Description |
---|---|
SlidesAIAgent(IAIWebClient aiClient) | SlidesAIAgent constructor |
Methods
Method | Description |
---|---|
translate(IPresentation presentation, String language) | Translates a presentation to the specified language using AI. |
SlidesAIAgent(IAIWebClient aiClient)
public SlidesAIAgent(IAIWebClient aiClient)
SlidesAIAgent constructor
Parameters:
Parameter | Type | Description |
---|---|---|
aiClient | IAIWebClient |
translate(IPresentation presentation, String language)
public void translate(IPresentation presentation, String language)
Translates a presentation to the specified language using AI.
Parameters:
Parameter | Type | Description |
---|---|---|
presentation | IPresentation | Target presentation |
language | java.lang.String | Target language |