LlamaSummaryCopilotOptions.WithDocuments
Innehåll
[
Dölj
]WithDocuments(DocumentCollection)
Ställer in dokumentkollektionen för sammanfattningskopilotalternativen.
public LlamaSummaryCopilotOptions WithDocuments(DocumentCollection documentCollection)
Parameter | Typ | Beskrivning |
---|---|---|
documentCollection | DocumentCollection | Dokumentkollektionen som ska ställas in. |
Returvärde
Den aktuella instansen av LlamaSummaryCopilotOptions
.
Se Även
- klass DocumentCollection
- klass LlamaSummaryCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<TextDocument>)
Lägger till flera textdokument i dokumentkollektionen för sammanfattningskopilotalternativen.
public LlamaSummaryCopilotOptions WithDocuments(List<TextDocument> textDocuments)
Parameter | Typ | Beskrivning |
---|---|---|
textDocuments | List`1 | Listan över textdokument som ska läggas till. |
Returvärde
Den aktuella instansen av LlamaSummaryCopilotOptions
.
Se Även
- klass TextDocument
- klass LlamaSummaryCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<PdfDocument>)
Lägger till flera PDF-dokument i dokumentkollektionen för sammanfattningskopilotalternativen.
public LlamaSummaryCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
Parameter | Typ | Beskrivning |
---|---|---|
pdfDocuments | List`1 | Listan över PDF-dokument som ska läggas till. |
Returvärde
Den aktuella instansen av LlamaSummaryCopilotOptions
.
Se Även
- klass PdfDocument
- klass LlamaSummaryCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<string>)
Lägger till flera dokumentvägar i dokumentkollektionen för sammanfattningskopilotalternativen.
public LlamaSummaryCopilotOptions WithDocuments(List<string> filePaths)
Parameter | Typ | Beskrivning |
---|---|---|
filePaths | List`1 | Listan över filvägar som ska läggas till. |
Returvärde
Den aktuella instansen av LlamaSummaryCopilotOptions
.
Se Även
- klass LlamaSummaryCopilotOptions
- namnrymd Aspose.Pdf.AI
- assembly Aspose.PDF