ISummaryCopilot.GetSummaryDocumentAsync

GetSummaryDocumentAsync(CancellationToken?)

Asynchronously gets a summary PDF document.

public Task<Document> GetSummaryDocumentAsync(CancellationToken? cancellationToken = default)
ParameterTypeDescription
cancellationTokenNullable`1The cancellation token (optional).

Return Value

A task representing the asynchronous operation with the summary document.

See Also


GetSummaryDocumentAsync(PageInfo, CancellationToken?)

Asynchronously gets a summary PDF document for the specified page information.

public Task<Document> GetSummaryDocumentAsync(PageInfo pageInfo, 
    CancellationToken? cancellationToken = default)
ParameterTypeDescription
pageInfoPageInfoThe page information for which to generate the summary document.
cancellationTokenNullable`1The cancellation token (optional).

Return Value

A task representing the asynchronous operation with the summary document.

See Also