ISummaryCopilot.GetSummaryDocumentAsync
Contents
[
Hide
]GetSummaryDocumentAsync(CancellationToken?)
Asynchronously gets a summary PDF document.
public Task<Document> GetSummaryDocumentAsync(CancellationToken? cancellationToken = default)
Parameter | Type | Description |
---|---|---|
cancellationToken | Nullable`1 | The cancellation token (optional). |
Return Value
A task representing the asynchronous operation with the summary document.
See Also
- class Document
- interface ISummaryCopilot
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF
GetSummaryDocumentAsync(PageInfo, CancellationToken?)
Asynchronously gets a summary PDF document for the specified page information.
public Task<Document> GetSummaryDocumentAsync(PageInfo pageInfo,
CancellationToken? cancellationToken = default)
Parameter | Type | Description |
---|---|---|
pageInfo | PageInfo | The page information for which to generate the summary document. |
cancellationToken | Nullable`1 | The cancellation token (optional). |
Return Value
A task representing the asynchronous operation with the summary document.
See Also
- class Document
- class PageInfo
- interface ISummaryCopilot
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF