Summarize
Contents
[
Hide
]Summarize(Document, SummarizeOptions)
Generates a summary of the specified document, with options to adjust the length of the summary. This operation leverages the connected AI model for content processing.
public override Document Summarize(Document sourceDocument, SummarizeOptions options = null)
Parameter | Type | Description |
---|---|---|
sourceDocument | Document | The document to be summarized. |
options | SummarizeOptions | Optional settings to control the summary length and other parameters. |
Return Value
A summarized version of the document’s content.
See Also
- class Document
- class SummarizeOptions
- class AnthropicAiModel
- namespace Aspose.Words.AI
- assembly Aspose.Words
Summarize(Document[], SummarizeOptions)
Generates summaries for an array of documents, with options to control the summary length and other settings. This method utilizes the connected AI model for processing each document in the array.
public override Document Summarize(Document[] sourceDocuments, SummarizeOptions options = null)
Parameter | Type | Description |
---|---|---|
sourceDocuments | Document[] | An array of documents to be summarized. |
options | SummarizeOptions | Optional settings to control the summary length and other parameters |
Return Value
A summarized version of the document’s content.
See Also
- class Document
- class SummarizeOptions
- class AnthropicAiModel
- namespace Aspose.Words.AI
- assembly Aspose.Words