OpenAISummaryCopilotOptions.WithDocuments
İçindekiler
[
Saklamak
]WithDocuments(DocumentCollection)
Özet yardımcı pilot seçenekleri için belge koleksiyonunu ayarlar.
public OpenAISummaryCopilotOptions WithDocuments(DocumentCollection documentCollection)
Parametre | Tür | Açıklama |
---|---|---|
documentCollection | DocumentCollection | Ayarlanacak belge koleksiyonu. |
Dönüş Değeri
OpenAISummaryCopilotOptions
nesnesinin mevcut örneği.
Ayrıca Bakınız
- sınıf DocumentCollection
- sınıf OpenAISummaryCopilotOptions
- ad alanı Aspose.Pdf.AI
- derleme Aspose.PDF
WithDocuments(List<TextDocument>)
Özet yardımcı pilot seçenekleri için belge koleksiyonuna birden fazla metin belgesi ekler.
public OpenAISummaryCopilotOptions WithDocuments(List<TextDocument> textDocuments)
Parametre | Tür | Açıklama |
---|---|---|
textDocuments | List`1 | Eklemek için metin belgeleri listesi. |
Dönüş Değeri
OpenAISummaryCopilotOptions
nesnesinin mevcut örneği.
Ayrıca Bakınız
- sınıf TextDocument
- sınıf OpenAISummaryCopilotOptions
- ad alanı Aspose.Pdf.AI
- derleme Aspose.PDF
WithDocuments(List<PdfDocument>)
Özet yardımcı pilot seçenekleri için belge koleksiyonuna birden fazla PDF belgesi ekler.
public OpenAISummaryCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
Parametre | Tür | Açıklama |
---|---|---|
pdfDocuments | List`1 | Eklemek için PDF belgeleri listesi. |
Dönüş Değeri
OpenAISummaryCopilotOptions
nesnesinin mevcut örneği.
Ayrıca Bakınız
- sınıf PdfDocument
- sınıf OpenAISummaryCopilotOptions
- ad alanı Aspose.Pdf.AI
- derleme Aspose.PDF
WithDocuments(List<string>)
Özet yardımcı pilot seçenekleri için belge koleksiyonuna birden fazla belge yolu ekler.
public OpenAISummaryCopilotOptions WithDocuments(List<string> filePaths)
Parametre | Tür | Açıklama |
---|---|---|
filePaths | List`1 | Eklemek için dosya yolları listesi. |
Dönüş Değeri
OpenAISummaryCopilotOptions
nesnesinin mevcut örneği.
Ayrıca Bakınız
- sınıf OpenAISummaryCopilotOptions
- ad alanı Aspose.Pdf.AI
- derleme Aspose.PDF