LlamaSummaryCopilotOptions.WithDocument
محتويات
[
يخفي
]WithDocument(TextDocument)
تضيف مستند نصي إلى مجموعة المستندات لخيارات ملخص المساعد.
public LlamaSummaryCopilotOptions WithDocument(TextDocument textDocument)
Parameter | Type | Description |
---|---|---|
textDocument | TextDocument | المستند النصي الذي سيتم إضافته. |
Return Value
النسخة الحالية من LlamaSummaryCopilotOptions
.
See Also
- class TextDocument
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocument(PdfDocument)
تضيف مستند PDF إلى مجموعة المستندات لخيارات ملخص المساعد.
public LlamaSummaryCopilotOptions WithDocument(PdfDocument pdfDocument)
Parameter | Type | Description |
---|---|---|
pdfDocument | PdfDocument | مستند PDF الذي سيتم إضافته. |
Return Value
النسخة الحالية من LlamaSummaryCopilotOptions
.
See Also
- class PdfDocument
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocument(string)
تضيف مسار مستند إلى مجموعة المستندات لخيارات ملخص المساعد.
public LlamaSummaryCopilotOptions WithDocument(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | مسار الملف للمستند الذي سيتم إضافته. |
Return Value
النسخة الحالية من LlamaSummaryCopilotOptions
.
See Also
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF