AbstractiveSummarizationBatchAction interface
Options for an abstractive summarization batch action.
Properties
| kind | The kind of the action. |
Inherited Properties
| action |
The name of the action. |
| sentence |
The approximate number of sentences to be part of the summary. |
| 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". |
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