Class PdfChatGptOptions
Class PdfChatGptOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Stellt Optionen für das Aspose.Pdf.Plugins.PdfChatGpt-Plugin dar.
public class PdfChatGptOptions : IPluginOptions
Vererbung
Abgeleitet
Implementiert
Vererbte Mitglieder
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktoren
PdfChatGptOptions()
public PdfChatGptOptions()
Eigenschaften
Eingaben
public List<idatasource> Inputs { get; }
Eigenschaftswert
Liste<IDataSource>
Ausgaben
public List<idatasource> Outputs { get; }
Eigenschaftswert
Liste<IDataSource>
Methoden
AddInput(IDataSource)
Fügt der Datensammlung des PdfChatGpt-Plugins eine neue Datenquelle hinzu.
public void AddInput(IDataSource dataSource)
Parameter
dataSource
IDataSource
Datenquelle (Datei oder Stream), die hinzugefügt werden soll.
AddOutput(IDataSource)
Fügt der Datensammlung des PdfChatGpt-Plugins eine neue Speicher-Datenquelle hinzu.
public void AddOutput(IDataSource saveDataSource)
Parameter
saveDataSource
IDataSource
Datenquelle (Datei oder Stream) für das Speichern der Operationsergebnisse.