AbstractiveSummarizationBatchAction interface

Options for an abstractive summarization batch action.

Extends

Properties

kind

The kind of the action.

Inherited Properties

actionName

The name of the action.

sentenceCount

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

stringIndexType

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".

Property Details

kind

The kind of the action.

kind: "AbstractiveSummarization"

Property Value

"AbstractiveSummarization"

Inherited Property Details

actionName

The name of the action.

actionName?: string

Property Value

string

Inherited From AnalyzeBatchActionCommon.actionName

sentenceCount

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

sentenceCount?: number

Property Value

number

Inherited From AbstractiveSummarizationAction.sentenceCount

stringIndexType

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".

stringIndexType?: string

Property Value

string

Inherited From AbstractiveSummarizationAction.stringIndexType