LlamaSummaryCopilotOptions.WithDocuments
محتويات
[
يخفي
]WithDocuments(DocumentCollection)
تعيين مجموعة الوثائق لخيارات مساعد الملخص.
public LlamaSummaryCopilotOptions WithDocuments(DocumentCollection documentCollection)
المعامل | النوع | الوصف |
---|---|---|
documentCollection | DocumentCollection | مجموعة الوثائق التي سيتم تعيينها. |
قيمة الإرجاع
الحالة الحالية من LlamaSummaryCopilotOptions
.
انظر أيضًا
- class DocumentCollection
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<TextDocument>)
يضيف مستندات نصية متعددة إلى مجموعة الوثائق لخيارات مساعد الملخص.
public LlamaSummaryCopilotOptions WithDocuments(List<TextDocument> textDocuments)
المعامل | النوع | الوصف |
---|---|---|
textDocuments | List`1 | قائمة المستندات النصية التي سيتم إضافتها. |
قيمة الإرجاع
الحالة الحالية من LlamaSummaryCopilotOptions
.
انظر أيضًا
- class TextDocument
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<PdfDocument>)
يضيف مستندات PDF متعددة إلى مجموعة الوثائق لخيارات مساعد الملخص.
public LlamaSummaryCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
المعامل | النوع | الوصف |
---|---|---|
pdfDocuments | List`1 | قائمة مستندات PDF التي سيتم إضافتها. |
قيمة الإرجاع
الحالة الحالية من LlamaSummaryCopilotOptions
.
انظر أيضًا
- class PdfDocument
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<string>)
يضيف مسارات مستندات متعددة إلى مجموعة الوثائق لخيارات مساعد الملخص.
public LlamaSummaryCopilotOptions WithDocuments(List<string> filePaths)
المعامل | النوع | الوصف |
---|---|---|
filePaths | List`1 | قائمة مسارات الملفات التي سيتم إضافتها. |
قيمة الإرجاع
الحالة الحالية من LlamaSummaryCopilotOptions
.
انظر أيضًا
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF