Class PdfChatGpt

Info

Mewakili plugin PdfChatGpt.

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

Inheritance

objectPdfChatGpt

Inherited Members

Remarks

Documentize.PdfChatGpt digunakan untuk mengirim permintaan ke ChatGPT secara langsung atau dengan menambahkan sumber file PDF dan menyimpan balasan ke sumber keluaran.

Methods

Process(IPluginOptions)

Metode ini tidak memiliki versi sinkron. Gunakan metode ProcessAsync sebagai gantinya.

public static ResultContainer Process(IPluginOptions options)

Parameters

  • options IPluginOptions: Objek opsi yang berisi instruksi untuk PdfChatGpt.

Returns

ResultContainer :

Exceptions

NotImplementedException

ProcessAsync(IPluginOptions)

Memulai pemrosesan PdfChatGpt dengan parameter yang ditentukan.

public static Task<ResultContainer> ProcessAsync(IPluginOptions options)

Parameters

  • options IPluginOptions: Objek opsi yang berisi instruksi untuk PdfChatGpt.

Returns

Task<ResultContainer>

Objek tugas yang mewakili operasi asinkron.

Exceptions

Namespace: Documentize Assembly: Documentize.dll

 Indonesia