Class PdfChatGpt
Info
Mewakili plugin PdfChatGpt.
[Obsolete("The class will be deleted soon. Please use PdfManager class.")]
public static class PdfChatGptInheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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
optionsIPluginOptions: Objek opsi yang berisi instruksi untuk PdfChatGpt.
Returns
Exceptions
ProcessAsync(IPluginOptions)
Memulai pemrosesan PdfChatGpt dengan parameter yang ditentukan.
public static Task<ResultContainer> ProcessAsync(IPluginOptions options)Parameters
optionsIPluginOptions: Objek opsi yang berisi instruksi untuk PdfChatGpt.
Returns
Objek tugas yang mewakili operasi asinkron.
Exceptions
Namespace: Documentize Assembly: Documentize.dll