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