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