Class PdfChatGpt
情報
PdfChatGpt プラグインを表します。
[Obsolete("The class will be deleted soon. Please use PdfManager class.")]
public static class PdfChatGpt継承
継承されたメンバー
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object?)
- object.Equals(object?, object?)
- object.ReferenceEquals(object?, object?)
- object.GetHashCode()
Remarks
Documentize.PdfChatGpt は、ChatGPT へ直接リクエストを送信したり、PDF ファイルをソースとして追加したりして、返信を出力先に保存するために使用されます。
Methods
Process(IPluginOptions)
このメソッドには同期バージョンがありません。代わりに ProcessAsync メソッドを使用してください。
public static ResultContainer Process(IPluginOptions options)パラメータ
optionsIPluginOptions: PdfChatGpt 用の指示を含むオプション オブジェクト。
戻り値
例外
ProcessAsync(IPluginOptions)
指定されたパラメーターで PdfChatGpt の処理を開始します。
public static Task<ResultContainer> ProcessAsync(IPluginOptions options)パラメータ
optionsIPluginOptions: PdfChatGpt 用の指示を含むオプション オブジェクト。
戻り値
非同期操作を表すタスク オブジェクト。
例外
Namespace: Documentize
Assembly: Documentize.dll