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