Package version:

Interface AbstractiveSummarizationAction

Options for an Abstractive Summarization action.

Hierarchy

Properties

maxSentenceCount?: number

The max number of sentences to be part of the summary.

stringIndexType?: string

Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see KnownStringIndexType.

The default is the JavaScript's default which is "Utf16CodeUnit".

Generated using TypeDoc