Class PdfChatGptOptions

Class PdfChatGptOptions

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

Aspose.Pdf.Plugins.PdfChatGpt eklentisi için seçenekleri temsil eder.

public class PdfChatGptOptions : IPluginOptions

Miras

objectPdfChatGptOptions

Türetilen

PdfChatGptRequestOptions

Uygulamalar

IPluginOptions

Miras Alınan Üyeler

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

Yapıcılar

PdfChatGptOptions()

public PdfChatGptOptions()

Özellikler

Inputs

public List<idatasource> Inputs { get; }

Özellik Değeri

List<IDataSource&gt;

Outputs

public List<idatasource> Outputs { get; }

Özellik Değeri

List<IDataSource&gt;

Metotlar

AddInput(IDataSource)

PdfChatGpt eklentisi veri koleksiyonuna yeni bir veri kaynağı ekler.

public void AddInput(IDataSource dataSource)

Parametreler

dataSource IDataSource

Eklemek için veri kaynağı (dosya veya akış).

AddOutput(IDataSource)

PdfChatGpt eklentisi veri koleksiyonuna yeni bir kaydetme veri kaynağı ekler.

public void AddOutput(IDataSource saveDataSource)

Parametreler

saveDataSource IDataSource

Kaydetme işlem sonuçları için veri kaynağı (dosya veya akış).

 Türkçe