Class PdfChatGpt

情報

PdfChatGpt プラグインを表します。

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

継承

object
PdfChatGpt

継承されたメンバー

Remarks

Documentize.PdfChatGpt は、ChatGPT へ直接リクエストを送信したり、PDF ファイルをソースとして追加したりして、返信を出力先に保存するために使用されます。

Methods

Process(IPluginOptions)

このメソッドには同期バージョンがありません。代わりに ProcessAsync メソッドを使用してください。

public static ResultContainer Process(IPluginOptions options)

パラメータ

  • options IPluginOptions: PdfChatGpt 用の指示を含むオプション オブジェクト。

戻り値

ResultContainer

例外

ProcessAsync(IPluginOptions)

指定されたパラメーターで PdfChatGpt の処理を開始します。

public static Task<ResultContainer> ProcessAsync(IPluginOptions options)

パラメータ

  • options IPluginOptions: PdfChatGpt 用の指示を含むオプション オブジェクト。

戻り値

Task<ResultContainer>

非同期操作を表すタスク オブジェクト。

例外

Namespace: Documentize
Assembly: Documentize.dll

 日本語