SummaryOptions

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

NameTypeAccessDescription
Document*pdf.DocumentRead/WriteGets the document.
Documents[]*pdf.DocumentRead/WriteGets the documents.
Texts[]stringRead/WriteGets the texts.
LanguagestringRead/WriteGets the language.
MaxWordsintRead/WriteGets the max words.
PromptstringRead/WriteGets the prompt.
MarkdownboolRead/WriteGets the markdown.

See Also