Package version:

Interface AbstractiveSummarizationBatchAction

Options for an abstractive summarization batch action.

Hierarchy

Properties

actionName?: string

The name of the action.

kind: "AbstractiveSummarization"

The kind of the action.

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