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