LlamaSummaryCopilotOptions.WithDocument
Contents
[
Hide
]WithDocument(TextDocument)
Adds a text document to the document collection for the summary copilot options.
public LlamaSummaryCopilotOptions WithDocument(TextDocument textDocument)
Parameter | Type | Description |
---|---|---|
textDocument | TextDocument | The text document to add. |
Return Value
The current instance of LlamaSummaryCopilotOptions
.
See Also
- class TextDocument
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocument(PdfDocument)
Adds a PDF document to the document collection for the summary copilot options.
public LlamaSummaryCopilotOptions WithDocument(PdfDocument pdfDocument)
Parameter | Type | Description |
---|---|---|
pdfDocument | PdfDocument | The PDF document to add. |
Return Value
The current instance of LlamaSummaryCopilotOptions
.
See Also
- class PdfDocument
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocument(string)
Adds a document path to the document collection for the summary copilot options.
public LlamaSummaryCopilotOptions WithDocument(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path of the document to add. |
Return Value
The current instance of LlamaSummaryCopilotOptions
.
See Also
- class LlamaSummaryCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF