LlamaSummaryCopilotOptions.Create
Create()
Creates a new instance of LlamaSummaryCopilotOptions.
public static LlamaSummaryCopilotOptions Create()
Return Value
A new instance of LlamaSummaryCopilotOptions.
See Also
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
Create(Action<LlamaSummaryCopilotOptions>)
Creates an instance of LlamaSummaryCopilotOptions and configures it using the provided delegate.
public static LlamaSummaryCopilotOptions Create(Action<LlamaSummaryCopilotOptions> config)
| Parameter | Type | Description |
|---|---|---|
| config | Action`1 | The delegate to configure the options. |
Return Value
The configured instance of LlamaSummaryCopilotOptions.
See Also
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF