OpenAIOcrCopilotOptions.Create

Create()

Creates a new instance of OpenAIOcrCopilotOptions.

public static OpenAIOcrCopilotOptions Create()

Return Value

A new instance of OpenAIOcrCopilotOptions.

See Also


Create(Action<OpenAIOcrCopilotOptions>)

Creates an instance of OpenAIOcrCopilotOptions and configures it using the provided delegate.

public static OpenAIOcrCopilotOptions Create(Action<OpenAIOcrCopilotOptions> config)
ParameterTypeDescription
configAction`1The delegate to configure the options.

Return Value

The configured instance of OpenAIOcrCopilotOptions.

See Also