OpenAIImageDescriptionCopilotOptions.WithDocuments
Contents
[
Hide
]WithDocuments(DocumentCollection)
Sets the document collection for the image description copilot options.
public OpenAIImageDescriptionCopilotOptions WithDocuments(DocumentCollection documentCollection)
| Parameter | Type | Description |
|---|---|---|
| documentCollection | DocumentCollection | The document collection to set. |
Return Value
The current instance of OpenAIImageDescriptionCopilotOptions.
See Also
- class DocumentCollection
- class OpenAIImageDescriptionCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<PdfDocument>)
Adds multiple PDF documents to the document collection for the image description copilot options.
public OpenAIImageDescriptionCopilotOptions WithDocuments(List<PdfDocument> pdfDocuments)
| Parameter | Type | Description |
|---|---|---|
| pdfDocuments | List`1 | The list of PDF documents to add. |
Return Value
The current instance of OpenAIImageDescriptionCopilotOptions.
See Also
- class PdfDocument
- class OpenAIImageDescriptionCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
WithDocuments(List<string>)
Adds multiple document paths to the document collection for the image description copilot options.
public OpenAIImageDescriptionCopilotOptions WithDocuments(List<string> filePaths)
| Parameter | Type | Description |
|---|---|---|
| filePaths | List`1 | The list of file paths to add. |
Return Value
The current instance of OpenAIImageDescriptionCopilotOptions.
See Also
- class OpenAIImageDescriptionCopilotOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF