Class PdfChatGptOptions

Class PdfChatGptOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Represents options for Aspose.Pdf.Plugins.PdfChatGpt plugin.

public class PdfChatGptOptions : IPluginOptions

Inheritance

objectPdfChatGptOptions

Derived

PdfChatGptRequestOptions

Implements

IPluginOptions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

PdfChatGptOptions()

public PdfChatGptOptions()

Properties

Inputs

public List<idatasource> Inputs { get; }

Property Value

List<IDataSource&gt;

Outputs

public List<idatasource> Outputs { get; }

Property Value

List<IDataSource&gt;

Methods

AddInput(IDataSource)

Adds new data source to the PdfChatGpt plugin data collection.

public void AddInput(IDataSource dataSource)

Parameters

dataSource IDataSource

Data source (file or stream) to add.

AddOutput(IDataSource)

Adds new save data source to the PdfChatGpt plugin data collection.

public void AddOutput(IDataSource saveDataSource)

Parameters

saveDataSource IDataSource

Data source (file or stream) for saving operation results.

 English