Class PdfChatGpt

Info

Represents PdfChatGpt plugin.

[Obsolete("The class will be deleted soon. Please use PdfManager class.")]
public static class PdfChatGpt

Inheritance

objectPdfChatGpt

Inherited Members

Remarks

The Documentize.PdfChatGpt is used to send requests to ChatGPT directly or by adding PDF file sources and save the reply to the output source.

Methods

Process(IPluginOptions)

The method has no synchronous version. Use the ProcessAsync method instead.

public static ResultContainer Process(IPluginOptions options)

Parameters

  • options IPluginOptions: An options object containing instructions for the PdfChatGpt.

Returns

ResultContainer : #### Exceptions

NotImplementedException

ProcessAsync(IPluginOptions)

Starts the PdfChatGpt processing with the specified parameters.

public static Task<resultcontainer> ProcessAsync(IPluginOptions options)

Parameters

  • options IPluginOptions: An options object containing instructions for the PdfChatGpt.

Returns

Task<ResultContainer>

The task object representing the asynchronous operation.

Exceptions

ArgumentException : InvalidOperationException

Namespace: Documentize Assembly: Documentize.dll

 English