OpenAIImageDescriptionCopilotOptions.WithDocument
WithDocument(PdfDocument)
Adds a PDF document to the document collection for the image description copilot options.
public OpenAIImageDescriptionCopilotOptions WithDocument(PdfDocument pdfDocument)
Parameter | Type | Description |
---|---|---|
pdfDocument | PdfDocument | The PDF document to add. |
Return Value
The current instance of OpenAIImageDescriptionCopilotOptions
.
See Also
- class PdfDocument
- class OpenAIImageDescriptionCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocument(string)
Adds a document path to the document collection for the image description copilot options.
public OpenAIImageDescriptionCopilotOptions WithDocument(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path of the document to add. |
Return Value
The current instance of OpenAIImageDescriptionCopilotOptions
.
See Also
- class OpenAIImageDescriptionCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF