[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AI.OpenAIDocumentAssistant.-ctor

OpenAIDocumentAssistant Constructor

OpenAIDocumentAssistant(string)

Initializes a new instance of the OpenAIDocumentAssistant class.

Declaration
public OpenAIDocumentAssistant(string apiKey)
Public Sub New(apiKey As String)
Parameters
Type Name Description
string apiKey

The Open AI API key.

OpenAIDocumentAssistant(OpenAIClient)

Initializes a new instance of the OpenAIDocumentAssistant class.

Declaration
public OpenAIDocumentAssistant(OpenAIClient client)
Public Sub New(client As OpenAIClient)
Parameters
Type Name Description
OpenAIClient client

The value to assign to the Client property.