LlamaSummaryCopilotOptions.WithDocument
Inhalt
[
Ausblenden
]WithDocument(TextDocument)
Fügt ein Textdokument zur Dokumentensammlung für die Zusammenfassungs-Copilot-Optionen hinzu.
public LlamaSummaryCopilotOptions WithDocument(TextDocument textDocument)
Parameter | Typ | Beschreibung |
---|---|---|
textDocument | TextDocument | Das hinzuzufügende Textdokument. |
Rückgabewert
Die aktuelle Instanz von LlamaSummaryCopilotOptions
.
Siehe auch
- Klasse TextDocument
- Klasse LlamaSummaryCopilotOptions
- Namespace Aspose.Pdf.AI
- Assembly Aspose.PDF
WithDocument(PdfDocument)
Fügt ein PDF-Dokument zur Dokumentensammlung für die Zusammenfassungs-Copilot-Optionen hinzu.
public LlamaSummaryCopilotOptions WithDocument(PdfDocument pdfDocument)
Parameter | Typ | Beschreibung |
---|---|---|
pdfDocument | PdfDocument | Das hinzuzufügende PDF-Dokument. |
Rückgabewert
Die aktuelle Instanz von LlamaSummaryCopilotOptions
.
Siehe auch
- Klasse PdfDocument
- Klasse LlamaSummaryCopilotOptions
- Namespace Aspose.Pdf.AI
- Assembly Aspose.PDF
WithDocument(string)
Fügt einen Dokumentenpfad zur Dokumentensammlung für die Zusammenfassungs-Copilot-Optionen hinzu.
public LlamaSummaryCopilotOptions WithDocument(string filePath)
Parameter | Typ | Beschreibung |
---|---|---|
filePath | String | Der Dateipfad des hinzuzufügenden Dokuments. |
Rückgabewert
Die aktuelle Instanz von LlamaSummaryCopilotOptions
.
Siehe auch
- Klasse LlamaSummaryCopilotOptions
- Namespace Aspose.Pdf.AI
- Assembly Aspose.PDF