Klasse PdfChatGptOptions
Info
Stellt Optionen für das Plugin Documentize.PdfChatGpt 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()
Initialisiert eine neue Instanz des Documentize.PdfChatGptOptions-Objekts.
public PdfChatGptOptions()
Eigenschaften
Inputs
public List<idatasource> Inputs { get; }
Eigenschaftswert
List<IDataSource>
Outputs
public List<idatasource> Outputs { get; }
Eigenschaftswert
List<IDataSource>
Methoden
AddInput(IDataSource)
Fügt der Datenkollektion 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 Datenkollektion des PdfChatGpt-Plugins eine neue Speicher-Datenquelle hinzu.
public void AddOutput(IDataSource saveDataSource)
Parameter
saveDataSource
IDataSource: Datenquelle (Datei oder Stream) für das Speichern von Operationsergebnissen. :
Namespace: Documentize Assembly: Documentize.dll