ISummaryCopilot.SaveSummaryAsync

SaveSummaryAsync(string, CancellationToken?)

Enregistre le résumé de manière asynchrone dans un fichier PDF.

public Task SaveSummaryAsync(string outputFileName, CancellationToken? cancellationToken = default)
ParamètreTypeDescription
outputFileNameStringLe nom du fichier de sortie pour enregistrer le résumé.
cancellationTokenNullable`1Le jeton d’annulation (optionnel).

Valeur de retour

Une tâche représentant l’opération asynchrone.

Voir aussi


SaveSummaryAsync(string, SaveFormat, CancellationToken?)

Enregistre le résumé de manière asynchrone dans un fichier avec un format spécifié.

public Task SaveSummaryAsync(string outputFileName, SaveFormat saveFormat, 
    CancellationToken? cancellationToken = default)
ParamètreTypeDescription
outputFileNameStringLe nom du fichier de sortie pour enregistrer le résumé.
saveFormatSaveFormatLe format dans lequel enregistrer le résumé.
cancellationTokenNullable`1Le jeton d’annulation (optionnel).

Valeur de retour

Une tâche représentant l’opération asynchrone.

Voir aussi