SummaryOptions
Overview
SummaryOptions is a type in Aspose.PDF FOSS for Go.
SummaryOptions configures a SummaryCopilot.
Properties: Document, Documents, Language, Markdown, MaxWords, Prompt, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Document | *pdf.Document | Read/Write | Gets the document. |
Documents | []*pdf.Document | Read/Write | Gets the documents. |
Texts | []string | Read/Write | Gets the texts. |
Language | string | Read/Write | Gets the language. |
MaxWords | int | Read/Write | Gets the max words. |
Prompt | string | Read/Write | Gets the prompt. |
Markdown | bool | Read/Write | Gets the markdown. |